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

Trait Implementations

impl Debug for st_plugin_vio_info__bindgen_ty_1
[src]

Formats the value using the given formatter.

impl Copy for st_plugin_vio_info__bindgen_ty_1
[src]

impl Clone for st_plugin_vio_info__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for st_plugin_vio_info__bindgen_ty_1
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for st_plugin_vio_info__bindgen_ty_1
[src]

impl Hash for st_plugin_vio_info__bindgen_ty_1
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.