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