Enum micro_errors::ErrorLink
source · pub enum ErrorLink {
Severed(Backtrace),
Continued(String, Box<ErrorLink>),
}
Variants§
Implementations§
Auto Trait Implementations§
impl !Freeze for ErrorLink
impl RefUnwindSafe for ErrorLink
impl Send for ErrorLink
impl Sync for ErrorLink
impl Unpin for ErrorLink
impl UnwindSafe for ErrorLink
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