#[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§
source§impl Clone for enum_session_state_type
impl Clone for enum_session_state_type
source§fn clone(&self) -> enum_session_state_type
fn clone(&self) -> enum_session_state_type
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for enum_session_state_type
impl Debug for enum_session_state_type
source§impl Hash for enum_session_state_type
impl Hash for enum_session_state_type
source§impl PartialEq<enum_session_state_type> for enum_session_state_type
impl PartialEq<enum_session_state_type> for enum_session_state_type
source§fn eq(&self, other: &enum_session_state_type) -> bool
fn eq(&self, other: &enum_session_state_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.