pub struct TaggedName(/* private fields */);
Expand description
The <tagged-name>
non-terminal.
<tagged-name> ::= <name> B <source-name>
Trait Implementations§
Source§impl Clone for TaggedName
impl Clone for TaggedName
Source§fn clone(&self) -> TaggedName
fn clone(&self) -> TaggedName
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TaggedName
impl Debug for TaggedName
Source§impl PartialEq for TaggedName
impl PartialEq for TaggedName
impl Eq for TaggedName
impl StructuralPartialEq for TaggedName
Auto Trait Implementations§
impl Freeze for TaggedName
impl RefUnwindSafe for TaggedName
impl Send for TaggedName
impl Sync for TaggedName
impl Unpin for TaggedName
impl UnwindSafe for TaggedName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more