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