pub struct StopSnafu;Expand description
SNAFU context selector for the Error::Stop variant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StopSnafu
impl RefUnwindSafe for StopSnafu
impl Send for StopSnafu
impl Sync for StopSnafu
impl Unpin for StopSnafu
impl UnsafeUnpin for StopSnafu
impl UnwindSafe for StopSnafu
Blanket Implementations§
impl<T> Allocation for T
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