Enum mysqlclient_sys::enum_session_state_type [] [src]

#[repr(u32)]
pub enum enum_session_state_type { SESSION_TRACK_SYSTEM_VARIABLES, SESSION_TRACK_SCHEMA, SESSION_TRACK_STATE_CHANGE, SESSION_TRACK_GTIDS, SESSION_TRACK_TRANSACTION_CHARACTERISTICS, SESSION_TRACK_TRANSACTION_STATE, }

Variants

Trait Implementations

impl Debug for enum_session_state_type
[src]

Formats the value using the given formatter.

impl Copy for enum_session_state_type
[src]

impl Clone for enum_session_state_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for enum_session_state_type
[src]

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

Feeds a slice of this type into the state provided.