pub struct MsSinceEpoch(pub i64);Tuple Fields§
§0: i64Trait Implementations§
Source§impl Add<i64> for MsSinceEpoch
impl Add<i64> for MsSinceEpoch
Source§impl Clone for MsSinceEpoch
impl Clone for MsSinceEpoch
Source§fn clone(&self) -> MsSinceEpoch
fn clone(&self) -> MsSinceEpoch
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 MsSinceEpoch
impl Debug for MsSinceEpoch
Source§impl<'de> Deserialize<'de> for MsSinceEpoch
impl<'de> Deserialize<'de> for MsSinceEpoch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MsSinceEpoch
impl Hash for MsSinceEpoch
Source§impl Ord for MsSinceEpoch
impl Ord for MsSinceEpoch
Source§fn cmp(&self, other: &MsSinceEpoch) -> Ordering
fn cmp(&self, other: &MsSinceEpoch) -> 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 MsSinceEpoch
impl PartialEq for MsSinceEpoch
Source§impl PartialOrd for MsSinceEpoch
impl PartialOrd for MsSinceEpoch
Source§impl Serialize for MsSinceEpoch
impl Serialize for MsSinceEpoch
impl Copy for MsSinceEpoch
impl Eq for MsSinceEpoch
impl StructuralPartialEq for MsSinceEpoch
Auto Trait Implementations§
impl Freeze for MsSinceEpoch
impl RefUnwindSafe for MsSinceEpoch
impl Send for MsSinceEpoch
impl Sync for MsSinceEpoch
impl Unpin for MsSinceEpoch
impl UnwindSafe for MsSinceEpoch
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