pub struct LastModified(pub HttpDate);
Expand description
The getlastmodified
property as defined in
RFC 4918.
Tuple Fields§
§0: HttpDate
Trait Implementations§
Source§impl Clone for LastModified
impl Clone for LastModified
Source§fn clone(&self) -> LastModified
fn clone(&self) -> LastModified
Returns a copy 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 LastModified
impl Debug for LastModified
Source§impl Element for LastModified
impl Element for LastModified
Source§const LOCAL_NAME: &'static str = "getlastmodified"
const LOCAL_NAME: &'static str = "getlastmodified"
The local name of the element (the name inside the namespace), e.g.
multistatus
Source§impl From<LastModified> for Value
impl From<LastModified> for Value
Source§fn from(LastModified: LastModified) -> Value
fn from(LastModified: LastModified) -> Value
Converts to this type from the input type.
Source§impl PartialEq for LastModified
impl PartialEq for LastModified
Source§impl TryFrom<&Value> for LastModified
impl TryFrom<&Value> 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 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