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