pub struct SharedError {
pub kind: SharedErrorKind,
pub backtrace: Option<Backtrace>,
}
Fields§
§kind: SharedErrorKind
§backtrace: Option<Backtrace>
Trait Implementations§
Source§fn from(kind: SharedErrorKind) -> Self
fn from(kind: SharedErrorKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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