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§impl PartialOrd for ExpiresField
impl PartialOrd for ExpiresField
Source§impl Valuable for ExpiresField
impl Valuable for ExpiresField
impl StructuralPartialEq for ExpiresField
Auto Trait Implementations§
impl Freeze for ExpiresField
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