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