Enum glsl_lang::parse::LexicalError [−][src]
Lexical analysis error
Variants
Invalid int literal
Fields of InvalidIntLiteral
Invalid float literal
Fields of InvalidFloatLiteral
Unexpected Rust identifier
Fields of ForbiddenRsQuote
location: LexerPositionLocation for the error
Trait Implementations
impl Debug for LexicalError[src]
impl Display for LexicalError[src]
impl Error for LexicalError[src]
fn source(&self) -> Option<&(dyn Error + 'static)>[src]
pub fn backtrace(&self) -> Option<&Backtrace>[src]
pub fn description(&self) -> &str1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl LexicalError for LexicalError[src]
fn location(&self) -> LexerPosition[src]
impl PartialEq<LexicalError> for LexicalError[src]
fn eq(&self, other: &LexicalError) -> bool[src]
fn ne(&self, other: &LexicalError) -> bool[src]
impl StructuralPartialEq for LexicalError[src]
Auto Trait Implementations
impl RefUnwindSafe for LexicalError
impl Send for LexicalError
impl Sync for LexicalError
impl Unpin for LexicalError
impl UnwindSafe for LexicalError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoResult<T> for T[src]
type Err = Infallible
pub fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,