[−][src]Enum ion_c_sys::timestamp::TSOffsetKind
The kind of offset associated with a IonDateTime.
This is generally some specific FixedOffset associated with the DateTime,
but in the case of a timestamp with an unknown UTC offset, this will be Unknown,
and the effective FixedOffset will be UTC+00:00--this allows an application to
preserve the difference between UTC+00:00 (zulu time) and UTC-00:00 which is the unknown offset.
Variants
Trait Implementations
impl Clone for TSOffsetKind[src]
fn clone(&self) -> TSOffsetKind[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TSOffsetKind[src]
impl Debug for TSOffsetKind[src]
impl PartialEq<TSOffsetKind> for TSOffsetKind[src]
fn eq(&self, other: &TSOffsetKind) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for TSOffsetKind[src]
Auto Trait Implementations
impl RefUnwindSafe for TSOffsetKind
impl Send for TSOffsetKind
impl Sync for TSOffsetKind
impl Unpin for TSOffsetKind
impl UnwindSafe for TSOffsetKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,