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