Enum mysqlclient_sys::st_plugin_vio_info__bindgen_ty_1 [−][src]
#[repr(u32)]pub enum st_plugin_vio_info__bindgen_ty_1 { MYSQL_VIO_INVALID, MYSQL_VIO_TCP, MYSQL_VIO_SOCKET, MYSQL_VIO_PIPE, MYSQL_VIO_MEMORY, }
Variants
MYSQL_VIO_INVALIDMYSQL_VIO_TCPMYSQL_VIO_SOCKETMYSQL_VIO_PIPEMYSQL_VIO_MEMORY
Trait Implementations
impl Debug for st_plugin_vio_info__bindgen_ty_1[src]
impl Debug for st_plugin_vio_info__bindgen_ty_1fn 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 st_plugin_vio_info__bindgen_ty_1[src]
impl Copy for st_plugin_vio_info__bindgen_ty_1impl Clone for st_plugin_vio_info__bindgen_ty_1[src]
impl Clone for st_plugin_vio_info__bindgen_ty_1fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1[src]
fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1Returns 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 st_plugin_vio_info__bindgen_ty_1[src]
impl PartialEq for st_plugin_vio_info__bindgen_ty_1fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> bool[src]
fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> 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 st_plugin_vio_info__bindgen_ty_1[src]
impl Eq for st_plugin_vio_info__bindgen_ty_1impl Hash for st_plugin_vio_info__bindgen_ty_1[src]
impl Hash for st_plugin_vio_info__bindgen_ty_1Auto Trait Implementations
impl Send for st_plugin_vio_info__bindgen_ty_1
impl Send for st_plugin_vio_info__bindgen_ty_1impl Sync for st_plugin_vio_info__bindgen_ty_1
impl Sync for st_plugin_vio_info__bindgen_ty_1