Enum curl::easy::SslVersion
#[non_exhaustive]
pub enum SslVersion {
Default,
Tlsv1,
Sslv2,
Sslv3,
Tlsv10,
Tlsv11,
Tlsv12,
Tlsv13,
}
Documentation
Possible values to pass to the ssl_version
and ssl_min_max_version
method.
Variants
Default
Tlsv1
Sslv2
Sslv3
Tlsv10
Tlsv11
Tlsv12
Tlsv13
Trait Implementations
impl Clone for SslVersion
fn clone(&Self) -> SslVersion
impl Copy for SslVersion
impl Debug for SslVersion
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
Auto Trait Implementations
impl RefUnwindSafe for SslVersion
impl Send for SslVersion
impl Sync for SslVersion
impl Unpin for SslVersion
impl UnwindSafe for SslVersion
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T