Enum cassandra_cpp::SslVerifyFlag
source · pub enum SslVerifyFlag {
NONE,
PEER_CERT,
PEER_IDENTITY,
PEER_IDENTITY_DNS,
}
Expand description
The individual SSL verification levels.
Variants§
Implementations§
source§impl SslVerifyFlag
impl SslVerifyFlag
sourcepub fn variants() -> &'static [SslVerifyFlag]
pub fn variants() -> &'static [SslVerifyFlag]
List all the possible values of this enumeration.
Trait Implementations§
source§impl Clone for SslVerifyFlag
impl Clone for SslVerifyFlag
source§fn clone(&self) -> SslVerifyFlag
fn clone(&self) -> SslVerifyFlag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SslVerifyFlag
impl Debug for SslVerifyFlag
source§impl Display for SslVerifyFlag
impl Display for SslVerifyFlag
source§impl FromStr for SslVerifyFlag
impl FromStr for SslVerifyFlag
source§impl Hash for SslVerifyFlag
impl Hash for SslVerifyFlag
source§impl PartialEq<SslVerifyFlag> for SslVerifyFlag
impl PartialEq<SslVerifyFlag> for SslVerifyFlag
source§fn eq(&self, other: &SslVerifyFlag) -> bool
fn eq(&self, other: &SslVerifyFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.