pub struct CTLexer { /* private fields */ }Expand description
An interface to the result of CTLexerBuilder::build().
Auto Trait Implementations§
impl Freeze for CTLexer
impl RefUnwindSafe for CTLexer
impl Send for CTLexer
impl Sync for CTLexer
impl Unpin for CTLexer
impl UnsafeUnpin for CTLexer
impl UnwindSafe for CTLexer
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