Struct hyper_rustls::builderstates::WantsTlsConfig
source · pub struct WantsTlsConfig(/* private fields */);
Expand description
State of a builder that needs a TLS client config next
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