Struct LastModified
pub struct LastModified(/* private fields */);Expand description
Last-modified label for sitemap entries.
Implementations§
§impl LastModified
impl LastModified
Trait Implementations§
§impl AsRef<str> for LastModified
impl AsRef<str> for LastModified
§impl Clone for LastModified
impl Clone for LastModified
§fn clone(&self) -> LastModified
fn clone(&self) -> LastModified
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 LastModified
impl Debug for LastModified
§impl Hash for LastModified
impl Hash for LastModified
§impl Ord for LastModified
impl Ord for LastModified
§impl PartialEq for LastModified
impl PartialEq for LastModified
§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