Enum rustc_serialize::json::ParserError
source · [−]Variants
SyntaxError(ErrorCode, usize, usize)
msg, line, col
IoError(Error)
Trait Implementations
sourceimpl Debug for ParserError
impl Debug for ParserError
sourceimpl Display for ParserError
impl Display for ParserError
sourceimpl Error for ParserError
impl Error for ParserError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourceimpl From<Error> for ParserError
impl From<Error> for ParserError
sourcefn from(err: Error) -> ParserError
fn from(err: Error) -> ParserError
Performs the conversion.
sourceimpl From<ParserError> for DecoderError
impl From<ParserError> for DecoderError
sourcefn from(err: ParserError) -> DecoderError
fn from(err: ParserError) -> DecoderError
Performs the conversion.
sourceimpl PartialEq<ParserError> for ParserError
impl PartialEq<ParserError> for ParserError
Auto Trait Implementations
impl !RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl !UnwindSafe for ParserError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more