Enum esexpr_text::lexer::LexErrorType
source · pub enum LexErrorType {
UnexpectedToken,
UnterminatedString,
UnterminatedIdentifierString,
InvalidUnicodeCodePoint(u32),
}Variants§
Trait Implementations§
source§impl Clone for LexErrorType
impl Clone for LexErrorType
source§fn clone(&self) -> LexErrorType
fn clone(&self) -> LexErrorType
Returns a copy 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 LexErrorType
impl Debug for LexErrorType
source§impl Default for LexErrorType
impl Default for LexErrorType
source§impl PartialEq for LexErrorType
impl PartialEq for LexErrorType
source§fn eq(&self, other: &LexErrorType) -> bool
fn eq(&self, other: &LexErrorType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LexErrorType
Auto Trait Implementations§
impl Freeze for LexErrorType
impl RefUnwindSafe for LexErrorType
impl Send for LexErrorType
impl Sync for LexErrorType
impl Unpin for LexErrorType
impl UnwindSafe for LexErrorType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)