Enum apple_bundle::info_plist::data_and_storage::ExceptionMinimumTlsVersion [−][src]
pub enum ExceptionMinimumTlsVersion {
TlSv10,
TlSv11,
TlSv12,
TlSv13,
}Expand description
Exception Minimum TLS Version
Variants
Require a minimum TLS version of 1.0.
Require a minimum TLS version of 1.1.
Require a minimum TLS version of 1.2.
Require a minimum TLS version of 1.3.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExceptionMinimumTlsVersionimpl Send for ExceptionMinimumTlsVersionimpl Sync for ExceptionMinimumTlsVersionimpl Unpin for ExceptionMinimumTlsVersionimpl UnwindSafe for ExceptionMinimumTlsVersionBlanket Implementations
Mutably borrows from an owned value. Read more