Struct modality_ingest_client::types::Nanoseconds
source · pub struct Nanoseconds(/* private fields */);
Expand description
A timestamp in nanoseconds
Implementations§
Trait Implementations§
source§impl Clone for Nanoseconds
impl Clone for Nanoseconds
source§fn clone(&self) -> Nanoseconds
fn clone(&self) -> Nanoseconds
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 Nanoseconds
impl Debug for Nanoseconds
source§impl Display for Nanoseconds
impl Display for Nanoseconds
source§impl Encode for Nanoseconds
impl Encode for Nanoseconds
source§impl From<u64> for Nanoseconds
impl From<u64> for Nanoseconds
source§impl Hash for Nanoseconds
impl Hash for Nanoseconds
source§impl Ord for Nanoseconds
impl Ord for Nanoseconds
source§fn cmp(&self, other: &Nanoseconds) -> Ordering
fn cmp(&self, other: &Nanoseconds) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for Nanoseconds
impl PartialEq for Nanoseconds
source§impl PartialOrd for Nanoseconds
impl PartialOrd for Nanoseconds
impl Copy for Nanoseconds
impl Eq for Nanoseconds
impl StructuralPartialEq for Nanoseconds
Auto Trait Implementations§
impl Freeze for Nanoseconds
impl RefUnwindSafe for Nanoseconds
impl Send for Nanoseconds
impl Sync for Nanoseconds
impl Unpin for Nanoseconds
impl UnwindSafe for Nanoseconds
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§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
)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
)