pub struct CompleteLexer;Trait Implementations§
Source§impl Clone for CompleteLexer
impl Clone for CompleteLexer
Source§fn clone(&self) -> CompleteLexer
fn clone(&self) -> CompleteLexer
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 TokenRecognizer for CompleteLexer
impl TokenRecognizer for CompleteLexer
Auto Trait Implementations§
impl Freeze for CompleteLexer
impl RefUnwindSafe for CompleteLexer
impl Send for CompleteLexer
impl Sync for CompleteLexer
impl Unpin for CompleteLexer
impl UnwindSafe for CompleteLexer
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