Enum cassandra_cpp::SslVerifyFlag
source · [−]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
List all the possible values of this enumeration.
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