Struct PostedDate
pub struct PostedDate(/* private fields */);Expand description
A posted date in YYYY-MM-DD shape.
Implementations§
§impl PostedDate
impl PostedDate
Trait Implementations§
§impl Clone for PostedDate
impl Clone for PostedDate
§fn clone(&self) -> PostedDate
fn clone(&self) -> PostedDate
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 more§impl Debug for PostedDate
impl Debug for PostedDate
§impl Hash for PostedDate
impl Hash for PostedDate
§impl Ord for PostedDate
impl Ord for PostedDate
§impl PartialEq for PostedDate
impl PartialEq for PostedDate
§impl PartialOrd for PostedDate
impl PartialOrd for PostedDate
impl Eq 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