pub struct LexerOperatorNode { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LexerOperatorNode
impl Clone for LexerOperatorNode
Source§fn clone(&self) -> LexerOperatorNode
fn clone(&self) -> LexerOperatorNode
Returns a duplicate 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 LexerOperatorNode
impl Debug for LexerOperatorNode
Source§impl PartialEq for LexerOperatorNode
impl PartialEq for LexerOperatorNode
impl Eq for LexerOperatorNode
impl StructuralPartialEq for LexerOperatorNode
Auto Trait Implementations§
impl Freeze for LexerOperatorNode
impl RefUnwindSafe for LexerOperatorNode
impl Send for LexerOperatorNode
impl Sync for LexerOperatorNode
impl Unpin for LexerOperatorNode
impl UnwindSafe for LexerOperatorNode
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