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. Read more

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 given [Hasher]. Read more

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

Auto Trait Implementations

impl Send for enum_session_state_type

impl Sync for enum_session_state_type