pub struct Lexer<'a, 'f> { /* private fields */ }
Expand description
A lexer for Lustre v6 files
Implementations§
Auto Trait Implementations§
impl<'a, 'f> Freeze for Lexer<'a, 'f>
impl<'a, 'f> RefUnwindSafe for Lexer<'a, 'f>
impl<'a, 'f> Send for Lexer<'a, 'f>
impl<'a, 'f> Sync for Lexer<'a, 'f>
impl<'a, 'f> Unpin for Lexer<'a, 'f>
impl<'a, 'f> UnwindSafe for Lexer<'a, 'f>
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