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 · 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 BuildLzoDecoderSnafu
 
impl Debug for BuildLzoDecoderSnafu
Source§impl IntoError<OrcError> for BuildLzoDecoderSnafu
 
impl IntoError<OrcError> for BuildLzoDecoderSnafu
impl Copy 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 UnwindSafe for BuildLzoDecoderSnafu
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