Enum mysqlclient_sys::mysql_status [] [src]

#[repr(u32)]
pub enum mysql_status { MYSQL_STATUS_READY, MYSQL_STATUS_GET_RESULT, MYSQL_STATUS_USE_RESULT, MYSQL_STATUS_STATEMENT_GET_RESULT, }

Variants

Trait Implementations

impl Debug for mysql_status
[src]

Formats the value using the given formatter.

impl Copy for mysql_status
[src]

impl Clone for mysql_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for mysql_status
[src]

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

Feeds a slice of this type into the state provided.