pub struct SmalltalkLexer;Expand description
Smalltalk lexer.
Implementations§
Auto Trait Implementations§
impl Freeze for SmalltalkLexer
impl RefUnwindSafe for SmalltalkLexer
impl Send for SmalltalkLexer
impl Sync for SmalltalkLexer
impl Unpin for SmalltalkLexer
impl UnsafeUnpin for SmalltalkLexer
impl UnwindSafe for SmalltalkLexer
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