Enum mysql_async::consts::SessionStateType [−][src]
#[repr(u8)]pub enum SessionStateType { SESSION_TRACK_SYSTEM_VARIABLES, SESSION_TRACK_SCHEMA, SESSION_TRACK_STATE_CHANGE, SESSION_TRACK_GTIDS, SESSION_TRACK_TRANSACTION_CHARACTERISTICS, SESSION_TRACK_TRANSACTION_STATE, }
Type of state change information (part of MySql's Ok packet).
Variants
SESSION_TRACK_SYSTEM_VARIABLESSession system variables.
SESSION_TRACK_SCHEMACurrent schema.
SESSION_TRACK_STATE_CHANGEtrack session state changes
SESSION_TRACK_GTIDSSee also: session_track_gtids.
SESSION_TRACK_TRANSACTION_CHARACTERISTICSTransaction characteristics.
SESSION_TRACK_TRANSACTION_STATETransaction state.
Trait Implementations
impl Clone for SessionStateType[src]
impl Clone for SessionStateTypefn clone(&self) -> SessionStateType[src]
fn clone(&self) -> SessionStateTypeReturns 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 Debug for SessionStateType[src]
impl Debug for SessionStateTypefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl From<u8> for SessionStateType[src]
impl From<u8> for SessionStateTypefn from(x: u8) -> SessionStateType[src]
fn from(x: u8) -> SessionStateTypePerforms the conversion.
impl Copy for SessionStateType[src]
impl Copy for SessionStateTypeimpl Eq for SessionStateType[src]
impl Eq for SessionStateTypeimpl PartialEq<SessionStateType> for SessionStateType[src]
impl PartialEq<SessionStateType> for SessionStateTypeAuto Trait Implementations
impl Send for SessionStateType
impl Send for SessionStateTypeimpl Sync for SessionStateType
impl Sync for SessionStateType