pub struct TlsManager { /* private fields */ }Expand description
High-performance TLS connector with optimized configuration
Implementations§
Source§impl TlsManager
impl TlsManager
Auto Trait Implementations§
impl Freeze for TlsManager
impl RefUnwindSafe for TlsManager
impl Send for TlsManager
impl Sync for TlsManager
impl Unpin for TlsManager
impl UnwindSafe for TlsManager
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