pub struct IntermediateSnafu;
Expand description
SNAFU context selector for the Error::Intermediate
variant
Trait Implementations
sourceimpl Clone for IntermediateSnafu
impl Clone for IntermediateSnafu
sourcefn clone(&self) -> IntermediateSnafu
fn clone(&self) -> IntermediateSnafu
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IntermediateSnafu
impl Debug for IntermediateSnafu
sourceimpl IntoError<Error> for IntermediateSnafuwhere
Error: Error + ErrorCompat,
impl IntoError<Error> for IntermediateSnafuwhere
Error: Error + ErrorCompat,
impl Copy for IntermediateSnafu
Auto Trait Implementations
impl RefUnwindSafe for IntermediateSnafu
impl Send for IntermediateSnafu
impl Sync for IntermediateSnafu
impl Unpin for IntermediateSnafu
impl UnwindSafe for IntermediateSnafu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more