Enum cassandra_cpp::SslVerifyFlag [] [src]

pub enum SslVerifyFlag {
    NONE,
    PEER_CERT,
    PEER_IDENTITY,
    PEER_IDENTITY_DNS,
}

The individual SSL verification levels.

Variants

Methods

impl SslVerifyFlag
[src]

[src]

List all the possible values of this enumeration.

Trait Implementations

impl Debug for SslVerifyFlag
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SslVerifyFlag
[src]

impl PartialEq for SslVerifyFlag
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for SslVerifyFlag
[src]

impl Clone for SslVerifyFlag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for SslVerifyFlag
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for SslVerifyFlag
[src]

[src]

Formats the value using the given formatter. Read more

impl FromStr for SslVerifyFlag
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for SslVerifyFlag

impl Sync for SslVerifyFlag