pub struct ClosedSnafu;Expand description
SNAFU context selector for the Error::Closed variant
Implementations§
Trait Implementations§
Source§impl Clone for ClosedSnafu
impl Clone for ClosedSnafu
Source§fn clone(&self) -> ClosedSnafu
fn clone(&self) -> ClosedSnafu
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 ClosedSnafu
Source§impl Debug for ClosedSnafu
impl Debug for ClosedSnafu
Auto Trait Implementations§
impl Freeze for ClosedSnafu
impl RefUnwindSafe for ClosedSnafu
impl Send for ClosedSnafu
impl Sync for ClosedSnafu
impl Unpin for ClosedSnafu
impl UnsafeUnpin for ClosedSnafu
impl UnwindSafe for ClosedSnafu
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