pub struct TangoFailure {
pub desc: String,
pub reason: String,
pub origin: String,
pub severity: ErrSeverity,
}Expand description
Represents a single “entry” of a Tango error stack.
Fields§
§desc: String§reason: String§origin: String§severity: ErrSeverityTrait Implementations§
Auto Trait Implementations§
impl Freeze for TangoFailure
impl RefUnwindSafe for TangoFailure
impl Send for TangoFailure
impl Sync for TangoFailure
impl Unpin for TangoFailure
impl UnwindSafe for TangoFailure
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