Struct csaf_walker::validation::ValidationOptions
source · pub struct ValidationOptions {
pub validation_date: Option<SystemTime>,
}Fields§
§validation_date: Option<SystemTime>time for policy checks
Trait Implementations§
source§impl Clone for ValidationOptions
impl Clone for ValidationOptions
source§fn clone(&self) -> ValidationOptions
fn clone(&self) -> ValidationOptions
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 ValidationOptions
impl Debug for ValidationOptions
source§impl Default for ValidationOptions
impl Default for ValidationOptions
source§fn default() -> ValidationOptions
fn default() -> ValidationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ValidationOptions
impl Send for ValidationOptions
impl Sync for ValidationOptions
impl Unpin for ValidationOptions
impl UnwindSafe for ValidationOptions
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