Enum discord_cassandra_cpp::SslVerifyFlag [−][src]
pub enum SslVerifyFlag {
NONE,
PEER_CERT,
PEER_IDENTITY,
PEER_IDENTITY_DNS,
}
Expand description
The individual SSL verification levels.
Variants
NONE
PEER_CERT
PEER_IDENTITY
PEER_IDENTITY_DNS
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SslVerifyFlag
impl Send for SslVerifyFlag
impl Sync for SslVerifyFlag
impl Unpin for SslVerifyFlag
impl UnwindSafe for SslVerifyFlag
Blanket Implementations
Mutably borrows from an owned value. Read more