pub struct WrappedSnafu;Expand description
SNAFU context selector for the Error::Wrapped variant
Trait Implementations§
Source§impl Clone for WrappedSnafu
impl Clone for WrappedSnafu
Source§fn clone(&self) -> WrappedSnafu
fn clone(&self) -> WrappedSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WrappedSnafu
Source§impl Debug for WrappedSnafu
impl Debug for WrappedSnafu
Auto Trait Implementations§
impl Freeze for WrappedSnafu
impl RefUnwindSafe for WrappedSnafu
impl Send for WrappedSnafu
impl Sync for WrappedSnafu
impl Unpin for WrappedSnafu
impl UnsafeUnpin for WrappedSnafu
impl UnwindSafe for WrappedSnafu
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