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_INVALID
MYSQL_VIO_TCP
MYSQL_VIO_SOCKET
MYSQL_VIO_PIPE
MYSQL_VIO_MEMORY
Trait Implementations
impl Debug for st_plugin_vio_info__bindgen_ty_1
[src]
impl Debug for st_plugin_vio_info__bindgen_ty_1
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 st_plugin_vio_info__bindgen_ty_1
[src]
impl Copy for st_plugin_vio_info__bindgen_ty_1
impl Clone for st_plugin_vio_info__bindgen_ty_1
[src]
impl Clone for st_plugin_vio_info__bindgen_ty_1
fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1
[src]
fn clone(&self) -> st_plugin_vio_info__bindgen_ty_1
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 st_plugin_vio_info__bindgen_ty_1
[src]
impl PartialEq for st_plugin_vio_info__bindgen_ty_1
fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> bool
[src]
fn eq(&self, other: &st_plugin_vio_info__bindgen_ty_1) -> 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 st_plugin_vio_info__bindgen_ty_1
[src]
impl Eq for st_plugin_vio_info__bindgen_ty_1
impl Hash for st_plugin_vio_info__bindgen_ty_1
[src]
impl Hash for st_plugin_vio_info__bindgen_ty_1
Auto Trait Implementations
impl Send for st_plugin_vio_info__bindgen_ty_1
impl Send for st_plugin_vio_info__bindgen_ty_1
impl Sync for st_plugin_vio_info__bindgen_ty_1
impl Sync for st_plugin_vio_info__bindgen_ty_1