pub struct UsualCaseSnafu;Available on crate feature
guide only.Expand description
SNAFU context selector for the Error::UsualCase variant
Implementations§
Trait Implementations§
Source§impl Clone for UsualCaseSnafu
impl Clone for UsualCaseSnafu
Source§fn clone(&self) -> UsualCaseSnafu
fn clone(&self) -> UsualCaseSnafu
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 UsualCaseSnafu
Source§impl Debug for UsualCaseSnafu
impl Debug for UsualCaseSnafu
Auto Trait Implementations§
impl Freeze for UsualCaseSnafu
impl RefUnwindSafe for UsualCaseSnafu
impl Send for UsualCaseSnafu
impl Sync for UsualCaseSnafu
impl Unpin for UsualCaseSnafu
impl UnsafeUnpin for UsualCaseSnafu
impl UnwindSafe for UsualCaseSnafu
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