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