pub struct JsonParseErrorWithContext<'input> { /* private fields */ }Expand description
A JSON parse error, with context. Never would’ve guessed huh.
Implementations§
Source§impl<'input> JsonParseErrorWithContext<'input>
impl<'input> JsonParseErrorWithContext<'input>
Trait Implementations§
Source§impl<'input> Debug for JsonParseErrorWithContext<'input>
impl<'input> Debug for JsonParseErrorWithContext<'input>
Source§impl Display for JsonParseErrorWithContext<'_>
impl Display for JsonParseErrorWithContext<'_>
Source§impl Error for JsonParseErrorWithContext<'_>
impl Error for JsonParseErrorWithContext<'_>
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<'input> Freeze for JsonParseErrorWithContext<'input>
impl<'input> RefUnwindSafe for JsonParseErrorWithContext<'input>
impl<'input> Send for JsonParseErrorWithContext<'input>
impl<'input> Sync for JsonParseErrorWithContext<'input>
impl<'input> Unpin for JsonParseErrorWithContext<'input>
impl<'input> UnwindSafe for JsonParseErrorWithContext<'input>
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
Source§impl<T> Stylize for T
impl<T> Stylize for T
Source§fn bright_red(self) -> Styled<T>
fn bright_red(self) -> Styled<T>
Apply bright red color style to a value.
Source§fn bright_green(self) -> Styled<T>
fn bright_green(self) -> Styled<T>
Apply bright green color style to a value.
Source§fn bright_blue(self) -> Styled<T>
fn bright_blue(self) -> Styled<T>
Apply bright blue color style to a value.
Source§fn bright_yellow(self) -> Styled<T>
fn bright_yellow(self) -> Styled<T>
Apply bright yellow color style to a value.
Source§fn bright_magenta(self) -> Styled<T>
fn bright_magenta(self) -> Styled<T>
Apply bright magenta color style to a value.
Source§fn bright_cyan(self) -> Styled<T>
fn bright_cyan(self) -> Styled<T>
Apply bright cyan color style to a value.
Source§fn bright_white(self) -> Styled<T>
fn bright_white(self) -> Styled<T>
Apply bright white color style to a value.