Enum mysqlclient_sys::enum_mysql_set_option[][src]

#[repr(u32)]
pub enum enum_mysql_set_option { MYSQL_OPTION_MULTI_STATEMENTS_ON, MYSQL_OPTION_MULTI_STATEMENTS_OFF, }

Variants

Trait Implementations

impl Debug for enum_mysql_set_option
[src]

Formats the value using the given formatter. Read more

impl Copy for enum_mysql_set_option
[src]

impl Clone for enum_mysql_set_option
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for enum_mysql_set_option
[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 enum_mysql_set_option

impl Sync for enum_mysql_set_option