pub struct LogicalTimestamp { /* private fields */ }
Trait Implementations§
Source§impl Clone for LogicalTimestamp
impl Clone for LogicalTimestamp
Source§fn clone(&self) -> LogicalTimestamp
fn clone(&self) -> LogicalTimestamp
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 LogicalTimestamp
impl Debug for LogicalTimestamp
Source§impl Serialize for LogicalTimestamp
impl Serialize for LogicalTimestamp
impl Copy for LogicalTimestamp
Auto Trait Implementations§
impl Freeze for LogicalTimestamp
impl RefUnwindSafe for LogicalTimestamp
impl Send for LogicalTimestamp
impl Sync for LogicalTimestamp
impl Unpin for LogicalTimestamp
impl UnwindSafe for LogicalTimestamp
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