pub struct ValueNotFoundSnafu;Expand description
SNAFU context selector for the Error::ValueNotFound variant
Implementations§
Trait Implementations§
Source§impl Clone for ValueNotFoundSnafu
impl Clone for ValueNotFoundSnafu
Source§fn clone(&self) -> ValueNotFoundSnafu
fn clone(&self) -> ValueNotFoundSnafu
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 ValueNotFoundSnafu
Source§impl Debug for ValueNotFoundSnafu
impl Debug for ValueNotFoundSnafu
Auto Trait Implementations§
impl Freeze for ValueNotFoundSnafu
impl RefUnwindSafe for ValueNotFoundSnafu
impl Send for ValueNotFoundSnafu
impl Sync for ValueNotFoundSnafu
impl Unpin for ValueNotFoundSnafu
impl UnsafeUnpin for ValueNotFoundSnafu
impl UnwindSafe for ValueNotFoundSnafu
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