pub struct IntermediateSnafu;
Expand description
SNAFU context selector for the Error::Intermediate
variant
Trait Implementations§
source§impl Clone for IntermediateSnafu
impl Clone for IntermediateSnafu
source§fn clone(&self) -> IntermediateSnafu
fn clone(&self) -> IntermediateSnafu
Returns a copy 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 IntermediateSnafu
impl Debug for IntermediateSnafu
source§impl IntoError<Error> for IntermediateSnafu
impl IntoError<Error> for IntermediateSnafu
impl Copy for IntermediateSnafu
Auto Trait Implementations§
impl Freeze for IntermediateSnafu
impl RefUnwindSafe for IntermediateSnafu
impl Send for IntermediateSnafu
impl Sync for IntermediateSnafu
impl Unpin for IntermediateSnafu
impl UnwindSafe for IntermediateSnafu
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)