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