Enum ironcalc_base::expressions::lexer::LexerMode
source · pub enum LexerMode {
A1,
R1C1,
}Variants§
Trait Implementations§
source§impl PartialEq for LexerMode
impl PartialEq for LexerMode
impl Eq for LexerMode
impl StructuralEq for LexerMode
impl StructuralPartialEq for LexerMode
Auto Trait Implementations§
impl RefUnwindSafe for LexerMode
impl Send for LexerMode
impl Sync for LexerMode
impl Unpin for LexerMode
impl UnwindSafe for LexerMode
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