Struct sectxtlib::SecurityTxtOptions
source · pub struct SecurityTxtOptions {
pub now: DateTime<Utc>,
}Expand description
Options for parsing a security.txt file
Fields§
§now: DateTime<Utc>The current date and time to validate the “Expires” field against
Trait Implementations§
source§impl Debug for SecurityTxtOptions
impl Debug for SecurityTxtOptions
Auto Trait Implementations§
impl RefUnwindSafe for SecurityTxtOptions
impl Send for SecurityTxtOptions
impl Sync for SecurityTxtOptions
impl Unpin for SecurityTxtOptions
impl UnwindSafe for SecurityTxtOptions
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