Struct jj_lib::backend::MillisSinceEpoch
source · pub struct MillisSinceEpoch(pub i64);
Tuple Fields§
§0: i64
Trait Implementations§
source§impl Clone for MillisSinceEpoch
impl Clone for MillisSinceEpoch
source§fn clone(&self) -> MillisSinceEpoch
fn clone(&self) -> MillisSinceEpoch
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 ContentHash for MillisSinceEpoch
impl ContentHash for MillisSinceEpoch
source§impl Debug for MillisSinceEpoch
impl Debug for MillisSinceEpoch
source§impl Ord for MillisSinceEpoch
impl Ord for MillisSinceEpoch
source§fn cmp(&self, other: &MillisSinceEpoch) -> Ordering
fn cmp(&self, other: &MillisSinceEpoch) -> 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 MillisSinceEpoch
impl PartialEq for MillisSinceEpoch
source§fn eq(&self, other: &MillisSinceEpoch) -> bool
fn eq(&self, other: &MillisSinceEpoch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MillisSinceEpoch
impl PartialOrd for MillisSinceEpoch
source§fn partial_cmp(&self, other: &MillisSinceEpoch) -> Option<Ordering>
fn partial_cmp(&self, other: &MillisSinceEpoch) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for MillisSinceEpoch
impl StructuralEq for MillisSinceEpoch
impl StructuralPartialEq for MillisSinceEpoch
Auto Trait Implementations§
impl RefUnwindSafe for MillisSinceEpoch
impl Send for MillisSinceEpoch
impl Sync for MillisSinceEpoch
impl Unpin for MillisSinceEpoch
impl UnwindSafe for MillisSinceEpoch
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