pub struct DecodeErrorSource { /* private fields */ }Available on crate feature
verbose only.Expand description
Source of DecodeError.
Implementations§
Trait Implementations§
Source§impl Debug for DecodeErrorSource
impl Debug for DecodeErrorSource
Source§impl Display for DecodeErrorSource
impl Display for DecodeErrorSource
Source§impl Error for DecodeErrorSource
impl Error for DecodeErrorSource
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
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
1.0.0§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for DecodeErrorSource
impl RefUnwindSafe for DecodeErrorSource
impl Send for DecodeErrorSource
impl Sync for DecodeErrorSource
impl Unpin for DecodeErrorSource
impl UnwindSafe for DecodeErrorSource
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more