Enum mysqlclient_sys::mysql_ssl_mode[][src]

#[repr(u32)]
pub enum mysql_ssl_mode { SSL_MODE_DISABLED, SSL_MODE_PREFERRED, SSL_MODE_REQUIRED, SSL_MODE_VERIFY_CA, SSL_MODE_VERIFY_IDENTITY, }

Variants

Trait Implementations

impl Debug for mysql_ssl_mode
[src]

Formats the value using the given formatter. Read more

impl Copy for mysql_ssl_mode
[src]

impl Clone for mysql_ssl_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for mysql_ssl_mode
[src]

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

This method tests for !=.

impl Eq for mysql_ssl_mode
[src]

impl Hash for mysql_ssl_mode
[src]

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

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

Auto Trait Implementations

impl Send for mysql_ssl_mode

impl Sync for mysql_ssl_mode