Struct rustls::WantsVersions
source · [−]pub struct WantsVersions { /* private fields */ }
Expand description
Config builder state where the caller must supply TLS protocol versions.
For more information, see the ConfigBuilder
documentation.
Auto Trait Implementations
impl !RefUnwindSafe for WantsVersions
impl Send for WantsVersions
impl Sync for WantsVersions
impl Unpin for WantsVersions
impl !UnwindSafe for WantsVersions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more