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
DefaultTlsv1Sslv2Sslv3Tlsv10Tlsv11Tlsv12Tlsv13Trait Implementations
impl Clone for SslVersion
fn clone(&Self) -> SslVersionimpl Copy for SslVersionimpl Debug for SslVersion
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::ResultAuto Trait Implementations
impl RefUnwindSafe for SslVersionimpl Send for SslVersionimpl Sync for SslVersionimpl Unpin for SslVersionimpl UnwindSafe for SslVersionBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T