pub struct ReceivedAt(/* private fields */);Expand description
A received timestamp stored as non-empty caller-provided text.
Implementations§
Source§impl ReceivedAt
impl ReceivedAt
Trait Implementations§
Source§impl Clone for ReceivedAt
impl Clone for ReceivedAt
Source§fn clone(&self) -> ReceivedAt
fn clone(&self) -> ReceivedAt
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 ReceivedAt
impl Debug for ReceivedAt
Source§impl Hash for ReceivedAt
impl Hash for ReceivedAt
Source§impl Ord for ReceivedAt
impl Ord for ReceivedAt
Source§fn cmp(&self, other: &ReceivedAt) -> Ordering
fn cmp(&self, other: &ReceivedAt) -> 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 ReceivedAt
impl PartialEq for ReceivedAt
Source§impl PartialOrd for ReceivedAt
impl PartialOrd for ReceivedAt
impl Eq for ReceivedAt
impl StructuralPartialEq for ReceivedAt
Auto Trait Implementations§
impl Freeze for ReceivedAt
impl RefUnwindSafe for ReceivedAt
impl Send for ReceivedAt
impl Sync for ReceivedAt
impl Unpin for ReceivedAt
impl UnsafeUnpin for ReceivedAt
impl UnwindSafe for ReceivedAt
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