Enum mysqlclient_sys::mysql_ssl_mode
source · #[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§
source§impl Clone for mysql_ssl_mode
impl Clone for mysql_ssl_mode
source§fn clone(&self) -> mysql_ssl_mode
fn clone(&self) -> mysql_ssl_mode
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 mysql_ssl_mode
impl Debug for mysql_ssl_mode
source§impl Hash for mysql_ssl_mode
impl Hash for mysql_ssl_mode
source§impl PartialEq<mysql_ssl_mode> for mysql_ssl_mode
impl PartialEq<mysql_ssl_mode> for mysql_ssl_mode
source§fn eq(&self, other: &mysql_ssl_mode) -> bool
fn eq(&self, other: &mysql_ssl_mode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.