Enum mysqlclient_sys::mysql_protocol_type[][src]

#[repr(u32)]
pub enum mysql_protocol_type { MYSQL_PROTOCOL_DEFAULT, MYSQL_PROTOCOL_TCP, MYSQL_PROTOCOL_SOCKET, MYSQL_PROTOCOL_PIPE, MYSQL_PROTOCOL_MEMORY, }

Variants

Trait Implementations

impl Debug for mysql_protocol_type
[src]

Formats the value using the given formatter. Read more

impl Copy for mysql_protocol_type
[src]

impl Clone for mysql_protocol_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for mysql_protocol_type
[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 mysql_protocol_type
[src]

impl Hash for mysql_protocol_type
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for mysql_protocol_type

impl Sync for mysql_protocol_type