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