pub enum LexerErrorKind {
UnterminatedString,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for LexerErrorKind
impl Clone for LexerErrorKind
Source§fn clone(&self) -> LexerErrorKind
fn clone(&self) -> LexerErrorKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LexerErrorKind
impl Debug for LexerErrorKind
Source§impl PartialEq for LexerErrorKind
impl PartialEq for LexerErrorKind
impl Copy for LexerErrorKind
impl Eq for LexerErrorKind
impl StructuralPartialEq for LexerErrorKind
Auto Trait Implementations§
impl Freeze for LexerErrorKind
impl RefUnwindSafe for LexerErrorKind
impl Send for LexerErrorKind
impl Sync for LexerErrorKind
impl Unpin for LexerErrorKind
impl UnsafeUnpin for LexerErrorKind
impl UnwindSafe for LexerErrorKind
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