pub struct SetIgnoreCertificateErrors { /* private fields */ }Expand description
Enable/disable whether all certificate errors should be ignored.
Implementations§
Trait Implementations§
Source§impl Clone for SetIgnoreCertificateErrors
impl Clone for SetIgnoreCertificateErrors
Source§fn clone(&self) -> SetIgnoreCertificateErrors
fn clone(&self) -> SetIgnoreCertificateErrors
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 Command for SetIgnoreCertificateErrors
impl Command for SetIgnoreCertificateErrors
Source§impl Debug for SetIgnoreCertificateErrors
impl Debug for SetIgnoreCertificateErrors
Auto Trait Implementations§
impl Freeze for SetIgnoreCertificateErrors
impl RefUnwindSafe for SetIgnoreCertificateErrors
impl Send for SetIgnoreCertificateErrors
impl Sync for SetIgnoreCertificateErrors
impl Unpin for SetIgnoreCertificateErrors
impl UnwindSafe for SetIgnoreCertificateErrors
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