pub struct AsyncRustlsConnector { /* private fields */ }
Available on crate feature
async-rustls
only.Expand description
A Wrapper for the tls connector
Trait Implementations§
Source§impl Debug for AsyncRustlsConnector
impl Debug for AsyncRustlsConnector
Source§impl From<TlsConnector> for AsyncRustlsConnector
impl From<TlsConnector> for AsyncRustlsConnector
Source§fn from(connector: RustlsTlsConnector) -> Self
fn from(connector: RustlsTlsConnector) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsyncRustlsConnector
impl !RefUnwindSafe for AsyncRustlsConnector
impl Send for AsyncRustlsConnector
impl Sync for AsyncRustlsConnector
impl Unpin for AsyncRustlsConnector
impl !UnwindSafe for AsyncRustlsConnector
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