Struct lrlex::LexBuildError
source · pub struct LexBuildError { /* private fields */ }
Expand description
Any error from the Lex parser returns an instance of this struct.
Trait Implementations§
source§impl Debug for LexBuildError
impl Debug for LexBuildError
source§impl Display for LexBuildError
impl Display for LexBuildError
source§impl Error for LexBuildError
impl Error for LexBuildError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for LexBuildError
impl RefUnwindSafe for LexBuildError
impl Send for LexBuildError
impl Sync for LexBuildError
impl Unpin for LexBuildError
impl UnwindSafe for LexBuildError
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