pub struct LastModified(/* private fields */);Expand description
Last-modified label for sitemap entries.
Implementations§
Source§impl LastModified
impl LastModified
Trait Implementations§
Source§impl AsRef<str> for LastModified
impl AsRef<str> for LastModified
Source§impl Clone for LastModified
impl Clone for LastModified
Source§fn clone(&self) -> LastModified
fn clone(&self) -> LastModified
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 LastModified
impl Debug for LastModified
Source§impl Hash for LastModified
impl Hash for LastModified
Source§impl Ord for LastModified
impl Ord for LastModified
Source§fn cmp(&self, other: &LastModified) -> Ordering
fn cmp(&self, other: &LastModified) -> 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 LastModified
impl PartialEq for LastModified
Source§fn eq(&self, other: &LastModified) -> bool
fn eq(&self, other: &LastModified) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LastModified
impl PartialOrd for LastModified
impl Eq for LastModified
impl StructuralPartialEq for LastModified
Auto Trait Implementations§
impl Freeze for LastModified
impl RefUnwindSafe for LastModified
impl Send for LastModified
impl Sync for LastModified
impl Unpin for LastModified
impl UnsafeUnpin for LastModified
impl UnwindSafe for LastModified
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