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