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_VARIABLESSESSION_TRACK_SCHEMASESSION_TRACK_STATE_CHANGESESSION_TRACK_GTIDSSESSION_TRACK_TRANSACTION_CHARACTERISTICSSESSION_TRACK_TRANSACTION_STATE
Trait Implementations
impl Debug for enum_session_state_type[src]
impl Debug for enum_session_state_typefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for enum_session_state_type[src]
impl Copy for enum_session_state_typeimpl Clone for enum_session_state_type[src]
impl Clone for enum_session_state_typefn clone(&self) -> enum_session_state_type[src]
fn clone(&self) -> enum_session_state_typeReturns 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_typefn eq(&self, other: &enum_session_state_type) -> bool[src]
fn eq(&self, other: &enum_session_state_type) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for enum_session_state_type[src]
impl Eq for enum_session_state_typeimpl Hash for enum_session_state_type[src]
impl Hash for enum_session_state_typeAuto Trait Implementations
impl Send for enum_session_state_type
impl Send for enum_session_state_typeimpl Sync for enum_session_state_type
impl Sync for enum_session_state_type