pub struct WantsTlsConfig(());Expand description
State of a builder that needs a TLS client config next
Tuple Fields§
§0: ()Auto Trait Implementations§
impl Freeze for WantsTlsConfig
impl RefUnwindSafe for WantsTlsConfig
impl Send for WantsTlsConfig
impl Sync for WantsTlsConfig
impl Unpin for WantsTlsConfig
impl UnwindSafe for WantsTlsConfig
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