Struct rustls::versions::EnabledVersions
source · pub(crate) struct EnabledVersions {
tls12: Option<&'static SupportedProtocolVersion>,
tls13: Option<&'static SupportedProtocolVersion>,
}
Fields§
§tls12: Option<&'static SupportedProtocolVersion>
§tls13: Option<&'static SupportedProtocolVersion>
Implementations§
source§impl EnabledVersions
impl EnabledVersions
pub(crate) fn new(versions: &[&'static SupportedProtocolVersion]) -> Self
pub(crate) fn contains(&self, version: ProtocolVersion) -> bool
Trait Implementations§
source§impl Clone for EnabledVersions
impl Clone for EnabledVersions
source§fn clone(&self) -> EnabledVersions
fn clone(&self) -> EnabledVersions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EnabledVersions
impl RefUnwindSafe for EnabledVersions
impl Send for EnabledVersions
impl Sync for EnabledVersions
impl Unpin for EnabledVersions
impl UnwindSafe for EnabledVersions
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