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