pub struct OptionNoneSnafu;Expand description
SNAFU context selector for the AppError::OptionNone variant
Implementations§
Trait Implementations§
Source§impl Clone for OptionNoneSnafu
impl Clone for OptionNoneSnafu
Source§fn clone(&self) -> OptionNoneSnafu
fn clone(&self) -> OptionNoneSnafu
Returns a duplicate 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 OptionNoneSnafu
impl Debug for OptionNoneSnafu
Source§impl IntoError<AppError> for OptionNoneSnafu
impl IntoError<AppError> for OptionNoneSnafu
impl Copy for OptionNoneSnafu
Auto Trait Implementations§
impl Freeze for OptionNoneSnafu
impl RefUnwindSafe for OptionNoneSnafu
impl Send for OptionNoneSnafu
impl Sync for OptionNoneSnafu
impl Unpin for OptionNoneSnafu
impl UnwindSafe for OptionNoneSnafu
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