pub struct Failure<'a> { /* private fields */ }
Expand description
A problem that failed to be solved.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Failure<'a>
impl<'a> RefUnwindSafe for Failure<'a>
impl<'a> Send for Failure<'a>
impl<'a> Sync for Failure<'a>
impl<'a> Unpin for Failure<'a>
impl<'a> UnwindSafe for Failure<'a>
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