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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BuildZstdDecoderSnafu
Source§impl Debug for BuildZstdDecoderSnafu
impl Debug 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 UnsafeUnpin for BuildZstdDecoderSnafu
impl UnwindSafe for BuildZstdDecoderSnafu
Blanket Implementations§
impl<T> Allocation for T
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