Struct shrimple_parser::FullParsingError
source · pub struct FullParsingError<'path, Expectation> { /* private fields */ }Trait Implementations§
source§impl<'path, Expectation: Debug> Debug for FullParsingError<'path, Expectation>
impl<'path, Expectation: Debug> Debug for FullParsingError<'path, Expectation>
source§impl<Expectation: Display> Display for FullParsingError<'_, Expectation>
impl<Expectation: Display> Display for FullParsingError<'_, Expectation>
source§impl<Expectation: Error> Error for FullParsingError<'_, Expectation>
impl<Expectation: Error> Error for FullParsingError<'_, Expectation>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<'path, Expectation> Freeze for FullParsingError<'path, Expectation>where
Expectation: Freeze,
impl<'path, Expectation> RefUnwindSafe for FullParsingError<'path, Expectation>where
Expectation: RefUnwindSafe,
impl<'path, Expectation> Send for FullParsingError<'path, Expectation>where
Expectation: Send,
impl<'path, Expectation> Sync for FullParsingError<'path, Expectation>where
Expectation: Sync,
impl<'path, Expectation> Unpin for FullParsingError<'path, Expectation>where
Expectation: Unpin,
impl<'path, Expectation> UnwindSafe for FullParsingError<'path, Expectation>where
Expectation: UnwindSafe,
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