Struct orc_rust::error::DecodeTimestampSnafu
source · pub struct DecodeTimestampSnafu<__T0, __T1, __T2> {
pub seconds: __T0,
pub nanoseconds: __T1,
pub to_time_unit: __T2,
}
Expand description
SNAFU context selector for the OrcError::DecodeTimestamp
variant
Fields§
§seconds: __T0
§nanoseconds: __T1
§to_time_unit: __T2
Implementations§
Trait Implementations§
source§impl<__T0: Clone, __T1: Clone, __T2: Clone> Clone for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0: Clone, __T1: Clone, __T2: Clone> Clone for DecodeTimestampSnafu<__T0, __T1, __T2>
source§fn clone(&self) -> DecodeTimestampSnafu<__T0, __T1, __T2>
fn clone(&self) -> DecodeTimestampSnafu<__T0, __T1, __T2>
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<__T0, __T1, __T2> IntoError<OrcError> for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> IntoError<OrcError> for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0: Copy, __T1: Copy, __T2: Copy> Copy for DecodeTimestampSnafu<__T0, __T1, __T2>
Auto Trait Implementations§
impl<__T0, __T1, __T2> Freeze for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> RefUnwindSafe for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> Send for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> Sync for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> Unpin for DecodeTimestampSnafu<__T0, __T1, __T2>
impl<__T0, __T1, __T2> UnwindSafe for DecodeTimestampSnafu<__T0, __T1, __T2>
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)