Struct llvm_kaleidoscope_rs::lexer::Lexer
source · pub struct Lexer<I>where
I: Iterator<Item = char>,{ /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<I> RefUnwindSafe for Lexer<I>where I: RefUnwindSafe,
impl<I> Send for Lexer<I>where I: Send,
impl<I> Sync for Lexer<I>where I: Sync,
impl<I> Unpin for Lexer<I>where I: Unpin,
impl<I> UnwindSafe for Lexer<I>where I: UnwindSafe,
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