Enum cassandra_cpp::SslVerifyFlag
[−]
[src]
pub enum SslVerifyFlag {
NONE,
PEER_CERT,
PEER_IDENTITY,
PEER_IDENTITY_DNS,
}The individual SSL verification levels.
Variants
NONEPEER_CERTPEER_IDENTITYPEER_IDENTITY_DNSMethods
impl SslVerifyFlag[src]
fn variants() -> &'static [SslVerifyFlag]
List all the possible values of this enumeration.
Trait Implementations
impl Debug for SslVerifyFlag[src]
impl Eq for SslVerifyFlag[src]
impl PartialEq for SslVerifyFlag[src]
fn eq(&self, __arg_0: &SslVerifyFlag) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Display for SslVerifyFlag[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more