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