pub struct DhmTimestamp(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DhmTimestamp
impl Clone for DhmTimestamp
Source§fn clone(&self) -> DhmTimestamp
fn clone(&self) -> DhmTimestamp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DhmTimestamp
Source§impl Debug for DhmTimestamp
impl Debug for DhmTimestamp
impl Eq for DhmTimestamp
Source§impl From<DhmTimestamp> for Timestamp
impl From<DhmTimestamp> for Timestamp
Source§fn from(t: DhmTimestamp) -> Self
fn from(t: DhmTimestamp) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DhmTimestamp
impl PartialEq for DhmTimestamp
impl StructuralPartialEq for DhmTimestamp
Auto Trait Implementations§
impl Freeze for DhmTimestamp
impl RefUnwindSafe for DhmTimestamp
impl Send for DhmTimestamp
impl Sync for DhmTimestamp
impl Unpin for DhmTimestamp
impl UnsafeUnpin for DhmTimestamp
impl UnwindSafe for DhmTimestamp
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