pub struct JsonExtError(/* private fields */);Trait Implementations§
Source§impl Debug for JsonExtError
impl Debug for JsonExtError
Source§impl Display for JsonExtError
impl Display for JsonExtError
Source§impl Error for JsonExtError
impl Error for JsonExtError
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()
Source§impl From<JsonExtError> for InstallError
impl From<JsonExtError> for InstallError
Source§fn from(err: JsonExtError) -> InstallError
fn from(err: JsonExtError) -> InstallError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsonExtError
impl RefUnwindSafe for JsonExtError
impl Send for JsonExtError
impl Sync for JsonExtError
impl Unpin for JsonExtError
impl UnwindSafe for JsonExtError
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