pub struct TrustAny;
Expand description
A RootCertVerifier
that trusts any certificate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrustAny
impl RefUnwindSafe for TrustAny
impl Send for TrustAny
impl Sync for TrustAny
impl Unpin for TrustAny
impl UnwindSafe for TrustAny
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