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