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
MYSQL_PROTOCOL_DEFAULT
MYSQL_PROTOCOL_TCP
MYSQL_PROTOCOL_SOCKET
MYSQL_PROTOCOL_PIPE
MYSQL_PROTOCOL_MEMORY
Trait Implementations
impl Debug for mysql_protocol_type
[src]
impl Debug for mysql_protocol_type
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 mysql_protocol_type
[src]
impl Copy for mysql_protocol_type
impl Clone for mysql_protocol_type
[src]
impl Clone for mysql_protocol_type
fn clone(&self) -> mysql_protocol_type
[src]
fn clone(&self) -> mysql_protocol_type
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 mysql_protocol_type
[src]
impl PartialEq for mysql_protocol_type
fn eq(&self, other: &mysql_protocol_type) -> bool
[src]
fn eq(&self, other: &mysql_protocol_type) -> 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 mysql_protocol_type
[src]
impl Eq for mysql_protocol_type
impl Hash for mysql_protocol_type
[src]
impl Hash for mysql_protocol_type
Auto Trait Implementations
impl Send for mysql_protocol_type
impl Send for mysql_protocol_type
impl Sync for mysql_protocol_type
impl Sync for mysql_protocol_type