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
SSL_MODE_DISABLED
SSL_MODE_PREFERRED
SSL_MODE_REQUIRED
SSL_MODE_VERIFY_CA
SSL_MODE_VERIFY_IDENTITY
Trait Implementations
impl Debug for mysql_ssl_mode
[src]
impl Debug for mysql_ssl_mode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for mysql_ssl_mode
[src]
impl Copy for mysql_ssl_mode
impl Clone for mysql_ssl_mode
[src]
impl Clone for mysql_ssl_mode
fn clone(&self) -> mysql_ssl_mode
[src]
fn clone(&self) -> mysql_ssl_mode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for mysql_ssl_mode
[src]
impl PartialEq for mysql_ssl_mode
fn eq(&self, other: &mysql_ssl_mode) -> bool
[src]
fn eq(&self, other: &mysql_ssl_mode) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for mysql_ssl_mode
[src]
impl Eq for mysql_ssl_mode
impl Hash for mysql_ssl_mode
[src]
impl Hash for mysql_ssl_mode
Auto Trait Implementations
impl Send for mysql_ssl_mode
impl Send for mysql_ssl_mode
impl Sync for mysql_ssl_mode
impl Sync for mysql_ssl_mode