pub enum TimestampKind {
Acq,
Pub,
}Variants§
Trait Implementations§
Source§impl Clone for TimestampKind
impl Clone for TimestampKind
Source§fn clone(&self) -> TimestampKind
fn clone(&self) -> TimestampKind
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 TimestampKind
impl Debug for TimestampKind
Source§impl Index<TimestampKind> for Stamp
impl Index<TimestampKind> for Stamp
Source§impl PartialEq for TimestampKind
impl PartialEq for TimestampKind
impl Copy for TimestampKind
impl Eq for TimestampKind
impl StructuralPartialEq for TimestampKind
Auto Trait Implementations§
impl Freeze for TimestampKind
impl RefUnwindSafe for TimestampKind
impl Send for TimestampKind
impl Sync for TimestampKind
impl Unpin for TimestampKind
impl UnwindSafe for TimestampKind
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