Enum mysqlclient_sys::enum_mysql_stmt_state [] [src]

#[repr(u32)]
pub enum enum_mysql_stmt_state { MYSQL_STMT_INIT_DONE, MYSQL_STMT_PREPARE_DONE, MYSQL_STMT_EXECUTE_DONE, MYSQL_STMT_FETCH_DONE, }

Variants

Trait Implementations

impl Debug for enum_mysql_stmt_state
[src]

Formats the value using the given formatter.

impl Copy for enum_mysql_stmt_state
[src]

impl Clone for enum_mysql_stmt_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for enum_mysql_stmt_state
[src]

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

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