pub struct SslCtValidationMode(/* private fields */);
Expand description
SSL CT validation mode.
Implementations§
Source§impl SslCtValidationMode
impl SslCtValidationMode
pub const PERMISSIVE: SslCtValidationMode
pub const STRICT: SslCtValidationMode
Trait Implementations§
Source§impl Clone for SslCtValidationMode
impl Clone for SslCtValidationMode
Source§fn clone(&self) -> SslCtValidationMode
fn clone(&self) -> SslCtValidationMode
Returns a duplicate 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 SslCtValidationMode
impl Debug for SslCtValidationMode
Source§impl PartialEq for SslCtValidationMode
impl PartialEq for SslCtValidationMode
impl Copy for SslCtValidationMode
impl Eq for SslCtValidationMode
impl StructuralPartialEq for SslCtValidationMode
Auto Trait Implementations§
impl Freeze for SslCtValidationMode
impl RefUnwindSafe for SslCtValidationMode
impl Send for SslCtValidationMode
impl Sync for SslCtValidationMode
impl Unpin for SslCtValidationMode
impl UnwindSafe for SslCtValidationMode
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