pub enum ServerTLSValidation {
SelfSigned(CertificateFingerprint),
Chained,
}
Variants§
SelfSigned(CertificateFingerprint)
Chained
Auto Trait Implementations§
impl Freeze for ServerTLSValidation
impl RefUnwindSafe for ServerTLSValidation
impl Send for ServerTLSValidation
impl Sync for ServerTLSValidation
impl Unpin for ServerTLSValidation
impl UnwindSafe for ServerTLSValidation
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