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
SESSION_TRACK_SYSTEM_VARIABLES
SESSION_TRACK_SCHEMA
SESSION_TRACK_STATE_CHANGE
SESSION_TRACK_GTIDS
SESSION_TRACK_TRANSACTION_CHARACTERISTICS
SESSION_TRACK_TRANSACTION_STATE
Trait Implementations
impl Debug for enum_session_state_type
[src]
impl Debug for enum_session_state_type
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for enum_session_state_type
[src]
impl Copy for enum_session_state_type
impl Clone for enum_session_state_type
[src]
impl Clone for enum_session_state_type
fn clone(&self) -> enum_session_state_type
[src]
fn clone(&self) -> enum_session_state_type
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for enum_session_state_type
[src]
impl PartialEq for enum_session_state_type
fn eq(&self, other: &enum_session_state_type) -> bool
[src]
fn eq(&self, other: &enum_session_state_type) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for enum_session_state_type
[src]
impl Eq for enum_session_state_type
impl Hash for enum_session_state_type
[src]
impl Hash for enum_session_state_type
Auto Trait Implementations
impl Send for enum_session_state_type
impl Send for enum_session_state_type
impl Sync for enum_session_state_type
impl Sync for enum_session_state_type