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