pub struct ParserError(/* private fields */);Expand description
An error that occurred while parsing.
Implementations§
Trait Implementations§
Source§impl AsRef<dyn Error> for ParserError
impl AsRef<dyn Error> for ParserError
Source§impl Clone for ParserError
impl Clone for ParserError
Source§fn clone(&self) -> ParserError
fn clone(&self) -> ParserError
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 ParserError
impl Debug for ParserError
Source§impl Deref for ParserError
impl Deref for ParserError
Source§impl<E> From<E> for ParserError
impl<E> From<E> for ParserError
Source§impl PartialEq for ParserError
impl PartialEq for ParserError
impl Eq for ParserError
Auto Trait Implementations§
impl Freeze for ParserError
impl !RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl !UnwindSafe for ParserError
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