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_DISABLEDSSL_MODE_PREFERREDSSL_MODE_REQUIREDSSL_MODE_VERIFY_CASSL_MODE_VERIFY_IDENTITY
Trait Implementations
impl Debug for mysql_ssl_mode[src]
impl Debug for mysql_ssl_modefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for mysql_ssl_mode[src]
impl Copy for mysql_ssl_modeimpl Clone for mysql_ssl_mode[src]
impl Clone for mysql_ssl_modefn clone(&self) -> mysql_ssl_mode[src]
fn clone(&self) -> mysql_ssl_modeReturns 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_modefn eq(&self, other: &mysql_ssl_mode) -> bool[src]
fn eq(&self, other: &mysql_ssl_mode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for mysql_ssl_mode[src]
impl Eq for mysql_ssl_modeimpl Hash for mysql_ssl_mode[src]
impl Hash for mysql_ssl_modeAuto Trait Implementations
impl Send for mysql_ssl_mode
impl Send for mysql_ssl_modeimpl Sync for mysql_ssl_mode
impl Sync for mysql_ssl_mode