pub struct TimestampPayload { /* private fields */ }Expand description
The timestamps (calculated with UNIX_EPOCH) for the activity.
Implementations§
Trait Implementations§
Source§impl Clone for TimestampPayload
impl Clone for TimestampPayload
Source§fn clone(&self) -> TimestampPayload
fn clone(&self) -> TimestampPayload
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 moreSource§impl Debug for TimestampPayload
impl Debug for TimestampPayload
Source§impl<'de> Deserialize<'de> for TimestampPayload
impl<'de> Deserialize<'de> for TimestampPayload
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
Auto Trait Implementations§
impl Freeze for TimestampPayload
impl RefUnwindSafe for TimestampPayload
impl Send for TimestampPayload
impl Sync for TimestampPayload
impl Unpin for TimestampPayload
impl UnsafeUnpin for TimestampPayload
impl UnwindSafe for TimestampPayload
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