pub struct BplistSnafu;Expand description
SNAFU context selector for the ParseError::Bplist variant
Trait Implementations§
Source§impl Clone for BplistSnafu
impl Clone for BplistSnafu
Source§fn clone(&self) -> BplistSnafu
fn clone(&self) -> BplistSnafu
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 BplistSnafu
impl Debug for BplistSnafu
Source§impl IntoError<ParseError> for BplistSnafu
impl IntoError<ParseError> for BplistSnafu
Source§fn into_error(self, error: Self::Source) -> ParseError
fn into_error(self, error: Self::Source) -> ParseError
Combine the information to produce the error
impl Copy for BplistSnafu
Auto Trait Implementations§
impl Freeze for BplistSnafu
impl RefUnwindSafe for BplistSnafu
impl Send for BplistSnafu
impl Sync for BplistSnafu
impl Unpin for BplistSnafu
impl UnwindSafe for BplistSnafu
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