pub struct Timestamp96 { /* private fields */ }
Expand description
Represents timestamp 96 extension type. This stores 64bit signed seconds and 32bit nanoseconds
Implementations§
Trait Implementations§
Source§impl Clone for Timestamp96
impl Clone for Timestamp96
Source§fn clone(&self) -> Timestamp96
fn clone(&self) -> Timestamp96
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 Timestamp96
impl Debug for Timestamp96
Source§impl<'a> Decode<'a> for Timestamp96
impl<'a> Decode<'a> for Timestamp96
Source§impl<W: IoWrite> Encode<W> for Timestamp96
impl<W: IoWrite> Encode<W> for Timestamp96
impl Copy for Timestamp96
Auto Trait Implementations§
impl Freeze for Timestamp96
impl RefUnwindSafe for Timestamp96
impl Send for Timestamp96
impl Sync for Timestamp96
impl Unpin for Timestamp96
impl UnwindSafe for Timestamp96
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