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