pub struct SetIgnoreCertificateErrorsParamsBuilder { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SetIgnoreCertificateErrorsParamsBuilder
impl RefUnwindSafe for SetIgnoreCertificateErrorsParamsBuilder
impl Send for SetIgnoreCertificateErrorsParamsBuilder
impl Sync for SetIgnoreCertificateErrorsParamsBuilder
impl Unpin for SetIgnoreCertificateErrorsParamsBuilder
impl UnsafeUnpin for SetIgnoreCertificateErrorsParamsBuilder
impl UnwindSafe for SetIgnoreCertificateErrorsParamsBuilder
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