pub struct TlsConnectorBox(/* private fields */);
Expand description
Configured connector. This is a dynamic version of TlsConnector
.
This can be constructed either with:
Implementations§
Auto Trait Implementations§
impl Freeze for TlsConnectorBox
impl !RefUnwindSafe for TlsConnectorBox
impl Send for TlsConnectorBox
impl Sync for TlsConnectorBox
impl Unpin for TlsConnectorBox
impl !UnwindSafe for TlsConnectorBox
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