pub struct IntermediateSnafu;Available on crate feature
guide only.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 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 IntermediateSnafu
Source§impl Debug for IntermediateSnafu
impl Debug 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 UnsafeUnpin 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