#[non_exhaustive]pub enum UnixTimestampPrecision {
Second,
Millisecond,
Microsecond,
Nanosecond,
}๐Deprecated since 0.3.48: only used in the deprecated
UnixTimestamp componentAvailable on crate features
formatting or parsing only.Expand description
The precision of a Unix timestamp.
Variants (Non-exhaustive)ยง
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Second
๐Deprecated since 0.3.48: only used in the deprecated
UnixTimestamp componentSeconds since the Unix epoch.
Millisecond
๐Deprecated since 0.3.48: only used in the deprecated
UnixTimestamp componentMilliseconds since the Unix epoch.
Microsecond
๐Deprecated since 0.3.48: only used in the deprecated
UnixTimestamp componentMicroseconds since the Unix epoch.
Nanosecond
๐Deprecated since 0.3.48: only used in the deprecated
UnixTimestamp componentNanoseconds since the Unix epoch.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for UnixTimestampPrecision
impl Clone for UnixTimestampPrecision
Sourceยงfn clone(&self) -> UnixTimestampPrecision
fn clone(&self) -> UnixTimestampPrecision
Returns a duplicate 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 UnixTimestampPrecision
impl Debug for UnixTimestampPrecision
Sourceยงimpl Default for UnixTimestampPrecision
Creates a modifier that indicates the value represents the number of seconds
since the Unix epoch.
impl Default for UnixTimestampPrecision
Creates a modifier that indicates the value represents the number of seconds since the Unix epoch.
Sourceยงimpl Eq for UnixTimestampPrecision
impl Eq for UnixTimestampPrecision
Sourceยง#[doc(hidden)]fn assert_fields_are_eq(&self)
#[doc(hidden)]fn assert_fields_are_eq(&self)
๐ฌThis is a nightly-only experimental API. (
derive_eq_internals)1.0.0 ยท Sourceยง#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
#[doc(hidden)]fn assert_receiver_is_total_eq(&self)
๐Deprecated since 1.95.0: implementation detail of
#[derive(Eq)]Sourceยงimpl From<UnixTimestampPrecision> for UnixTimestampPrecision
Available on crate feature alloc only.
impl From<UnixTimestampPrecision> for UnixTimestampPrecision
Available on crate feature
alloc only.Sourceยงfn from(modifier: UnixTimestampPrecision) -> Self
fn from(modifier: UnixTimestampPrecision) -> Self
Converts to this type from the input type.
Sourceยงimpl PartialEq for UnixTimestampPrecision
impl PartialEq for UnixTimestampPrecision
impl Copy for UnixTimestampPrecision
impl StructuralPartialEq for UnixTimestampPrecision
impl TrivialClone for UnixTimestampPrecision
Auto Trait Implementationsยง
impl Freeze for UnixTimestampPrecision
impl RefUnwindSafe for UnixTimestampPrecision
impl Send for UnixTimestampPrecision
impl Sync for UnixTimestampPrecision
impl Unpin for UnixTimestampPrecision
impl UnsafeUnpin for UnixTimestampPrecision
impl UnwindSafe for UnixTimestampPrecision
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Sourceยง#[doc(hidden)]const SIZE: usize = _
#[doc(hidden)]const SIZE: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const ALIGN: usize = _
#[doc(hidden)]const ALIGN: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const ALIGNMENT: Alignment = _
#[doc(hidden)]const ALIGNMENT: Alignment = _
๐ฌThis is a nightly-only experimental API. (
ptr_alignment_type)Sourceยง#[doc(hidden)]const IS_ZST: bool = _
#[doc(hidden)]const IS_ZST: bool = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const LAYOUT: Layout = _
#[doc(hidden)]const LAYOUT: Layout = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)Sourceยง#[doc(hidden)]const MAX_SLICE_LEN: usize = _
#[doc(hidden)]const MAX_SLICE_LEN: usize = _
๐ฌThis is a nightly-only experimental API. (
sized_type_properties)The largest safe length for a
[Self]. Read more