pub struct HttpsValidationOptions {
pub mode: HttpsValidationMode,
}Fields§
§mode: HttpsValidationModeTrait Implementations§
Source§impl Clone for HttpsValidationOptions
impl Clone for HttpsValidationOptions
Source§fn clone(&self) -> HttpsValidationOptions
fn clone(&self) -> HttpsValidationOptions
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 HttpsValidationOptions
impl Debug for HttpsValidationOptions
Auto Trait Implementations§
impl Freeze for HttpsValidationOptions
impl RefUnwindSafe for HttpsValidationOptions
impl Send for HttpsValidationOptions
impl Sync for HttpsValidationOptions
impl Unpin for HttpsValidationOptions
impl UnwindSafe for HttpsValidationOptions
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