pub struct ControlWord { /* private fields */ }Expand description
The CONTROL_WORD token leading a COMMAND node — \foo (backslash + ASCII
letters). Carries the command’s name and its precise range.
Implementations§
Trait Implementations§
Source§impl AstToken for ControlWord
impl AstToken for ControlWord
Source§impl Clone for ControlWord
impl Clone for ControlWord
Source§fn clone(&self) -> ControlWord
fn clone(&self) -> ControlWord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ControlWord
impl Debug for ControlWord
impl Eq for ControlWord
Source§impl Hash for ControlWord
impl Hash for ControlWord
Source§impl PartialEq for ControlWord
impl PartialEq for ControlWord
impl StructuralPartialEq for ControlWord
Auto Trait Implementations§
impl !RefUnwindSafe for ControlWord
impl !Send for ControlWord
impl !Sync for ControlWord
impl !UnwindSafe for ControlWord
impl Freeze for ControlWord
impl Unpin for ControlWord
impl UnsafeUnpin for ControlWord
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