pub struct PostedDate(/* private fields */);Expand description
A posted date in YYYY-MM-DD shape.
Implementations§
Source§impl PostedDate
impl PostedDate
Trait Implementations§
Source§impl Clone for PostedDate
impl Clone for PostedDate
Source§fn clone(&self) -> PostedDate
fn clone(&self) -> PostedDate
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 PostedDate
impl Debug for PostedDate
impl Eq for PostedDate
Source§impl Hash for PostedDate
impl Hash for PostedDate
Source§impl Ord for PostedDate
impl Ord for PostedDate
Source§fn cmp(&self, other: &PostedDate) -> Ordering
fn cmp(&self, other: &PostedDate) -> Ordering
1.21.0 (const: unstable) · 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 PostedDate
impl PartialEq for PostedDate
Source§fn eq(&self, other: &PostedDate) -> bool
fn eq(&self, other: &PostedDate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PostedDate
impl PartialOrd for PostedDate
impl StructuralPartialEq for PostedDate
Auto Trait Implementations§
impl Freeze for PostedDate
impl RefUnwindSafe for PostedDate
impl Send for PostedDate
impl Sync for PostedDate
impl Unpin for PostedDate
impl UnsafeUnpin for PostedDate
impl UnwindSafe for PostedDate
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