Struct orc_rust::error::DecodeFloatSnafu
source · pub struct DecodeFloatSnafu;
Expand description
SNAFU context selector for the Error::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<Error> for DecodeFloatSnafuwhere
Error: Error + ErrorCompat,
impl IntoError<Error> for DecodeFloatSnafuwhere Error: Error + ErrorCompat,
impl Copy for DecodeFloatSnafu
Auto Trait Implementations§
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