pub struct BoxedErrorContext {
pub error: BoxedError,
}Fields§
§error: BoxedErrorImplementations§
Source§impl BoxedErrorContext
impl BoxedErrorContext
pub fn new(error: BoxedError) -> BoxedErrorContext
Trait Implementations§
Source§impl Debug for BoxedErrorContext
impl Debug for BoxedErrorContext
Source§impl Display for BoxedErrorContext
impl Display for BoxedErrorContext
Source§impl Error for BoxedErrorContext
impl Error for BoxedErrorContext
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 Freeze for BoxedErrorContext
impl !RefUnwindSafe for BoxedErrorContext
impl Send for BoxedErrorContext
impl Sync for BoxedErrorContext
impl Unpin for BoxedErrorContext
impl !UnwindSafe for BoxedErrorContext
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