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