Struct rustls_mbedpki_provider::CertActiveCheck
source · pub struct CertActiveCheck {
pub ignore_expired: bool,
pub ignore_not_active_yet: bool,
}Expand description
A config about whether to check certificate validity period
Fields§
§ignore_expired: boolAccept expired certificates
ignore_not_active_yet: boolAccept certificates that are not yet active
Trait Implementations§
source§impl Clone for CertActiveCheck
impl Clone for CertActiveCheck
source§fn clone(&self) -> CertActiveCheck
fn clone(&self) -> CertActiveCheck
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 CertActiveCheck
impl Debug for CertActiveCheck
source§impl Default for CertActiveCheck
impl Default for CertActiveCheck
source§fn default() -> CertActiveCheck
fn default() -> CertActiveCheck
Returns the “default value” for a type. Read more
source§impl PartialEq for CertActiveCheck
impl PartialEq for CertActiveCheck
source§fn eq(&self, other: &CertActiveCheck) -> bool
fn eq(&self, other: &CertActiveCheck) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for CertActiveCheck
impl StructuralEq for CertActiveCheck
impl StructuralPartialEq for CertActiveCheck
Auto Trait Implementations§
impl RefUnwindSafe for CertActiveCheck
impl Send for CertActiveCheck
impl Sync for CertActiveCheck
impl Unpin for CertActiveCheck
impl UnwindSafe for CertActiveCheck
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