pub struct OutboxPublishedAt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OutboxPublishedAt
impl Clone for OutboxPublishedAt
Source§fn clone(&self) -> OutboxPublishedAt
fn clone(&self) -> OutboxPublishedAt
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 OutboxPublishedAt
impl Debug for OutboxPublishedAt
Source§impl Default for OutboxPublishedAt
impl Default for OutboxPublishedAt
Source§impl Display for OutboxPublishedAt
impl Display for OutboxPublishedAt
Source§impl From<OutboxPublishedAt> for DateTime<Utc>
impl From<OutboxPublishedAt> for DateTime<Utc>
Source§fn from(value: OutboxPublishedAt) -> Self
fn from(value: OutboxPublishedAt) -> Self
Converts to this type from the input type.
Source§impl Hash for OutboxPublishedAt
impl Hash for OutboxPublishedAt
Source§impl Ord for OutboxPublishedAt
impl Ord for OutboxPublishedAt
Source§fn cmp(&self, other: &OutboxPublishedAt) -> Ordering
fn cmp(&self, other: &OutboxPublishedAt) -> 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 OutboxPublishedAt
impl PartialEq for OutboxPublishedAt
Source§impl PartialOrd for OutboxPublishedAt
impl PartialOrd for OutboxPublishedAt
impl Copy for OutboxPublishedAt
impl Eq for OutboxPublishedAt
impl StructuralPartialEq for OutboxPublishedAt
Auto Trait Implementations§
impl Freeze for OutboxPublishedAt
impl RefUnwindSafe for OutboxPublishedAt
impl Send for OutboxPublishedAt
impl Sync for OutboxPublishedAt
impl Unpin for OutboxPublishedAt
impl UnwindSafe for OutboxPublishedAt
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