Enum mysqlclient_sys::enum_stmt_attr_type [] [src]

#[repr(u32)]
pub enum enum_stmt_attr_type { STMT_ATTR_UPDATE_MAX_LENGTH, STMT_ATTR_CURSOR_TYPE, STMT_ATTR_PREFETCH_ROWS, }

Variants

Trait Implementations

impl Debug for enum_stmt_attr_type
[src]

Formats the value using the given formatter.

impl Copy for enum_stmt_attr_type
[src]

impl Clone for enum_stmt_attr_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for enum_stmt_attr_type
[src]

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

Feeds a slice of this type into the state provided.