pub struct LinderaError {
pub kind: LinderaErrorKind,
/* private fields */
}Fields§
§kind: LinderaErrorKindImplementations§
Source§impl LinderaError
impl LinderaError
pub fn add_context<C>(self, ctx: C) -> Self
pub fn kind(&self) -> LinderaErrorKind
Trait Implementations§
Source§impl Debug for LinderaError
impl Debug for LinderaError
Source§impl Display for LinderaError
impl Display for LinderaError
Source§impl Error for LinderaError
impl Error for LinderaError
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 LinderaError
impl RefUnwindSafe for LinderaError
impl Send for LinderaError
impl Sync for LinderaError
impl Unpin for LinderaError
impl UnwindSafe for LinderaError
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