Struct sectxtlib::ExpiresField
source · pub struct ExpiresField {
pub datetime: DateTime<Utc>,
/* private fields */
}Expand description
The Expires field represents the date and time after which the security.txt file is considered stale
Fields§
§datetime: DateTime<Utc>The date and time from which the security.txt file is considered stale
Trait Implementations§
source§impl Debug for ExpiresField
impl Debug for ExpiresField
source§impl PartialEq for ExpiresField
impl PartialEq for ExpiresField
source§fn eq(&self, other: &ExpiresField) -> bool
fn eq(&self, other: &ExpiresField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExpiresField
impl PartialOrd for ExpiresField
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Valuable for ExpiresField
impl Valuable for ExpiresField
impl StructuralPartialEq for ExpiresField
Auto Trait Implementations§
impl RefUnwindSafe for ExpiresField
impl Send for ExpiresField
impl Sync for ExpiresField
impl Unpin for ExpiresField
impl UnwindSafe for ExpiresField
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