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 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 DecodeFloatSnafu
Source§impl Debug for DecodeFloatSnafu
impl Debug 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 UnsafeUnpin for DecodeFloatSnafu
impl UnwindSafe for DecodeFloatSnafu
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