pub struct NativeTlsConnector { /* private fields */ }Expand description
Wrapper for TLS using native-tls.
Requires feature flag native-tls.
Trait Implementations§
source§impl Connector for NativeTlsConnector
impl Connector for NativeTlsConnector
source§impl Debug for NativeTlsConnector
impl Debug for NativeTlsConnector
source§impl Default for NativeTlsConnector
impl Default for NativeTlsConnector
source§fn default() -> NativeTlsConnector
fn default() -> NativeTlsConnector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for NativeTlsConnector
impl RefUnwindSafe for NativeTlsConnector
impl Send for NativeTlsConnector
impl Sync for NativeTlsConnector
impl Unpin for NativeTlsConnector
impl UnwindSafe for NativeTlsConnector
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