pub struct DangerousClientBuilder { /* private fields */ }Expand description
Builder that can attempt to disable certificate verification.
Implementations§
Source§impl DangerousClientBuilder
impl DangerousClientBuilder
Sourcepub fn with_no_certificate_verification(self) -> Result<Client>
pub fn with_no_certificate_verification(self) -> Result<Client>
Return an unsupported error, since browsers cannot disable verification.
Auto Trait Implementations§
impl Freeze for DangerousClientBuilder
impl RefUnwindSafe for DangerousClientBuilder
impl Send for DangerousClientBuilder
impl Sync for DangerousClientBuilder
impl Unpin for DangerousClientBuilder
impl UnsafeUnpin for DangerousClientBuilder
impl UnwindSafe for DangerousClientBuilder
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