pub struct DLexer<'config> { /* private fields */ }Expand description
Lexer implementation for D programming language
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'config> Freeze for DLexer<'config>
impl<'config> RefUnwindSafe for DLexer<'config>
impl<'config> Send for DLexer<'config>
impl<'config> Sync for DLexer<'config>
impl<'config> Unpin for DLexer<'config>
impl<'config> UnwindSafe for DLexer<'config>
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