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