Enum mysqlclient_sys::mysql_enum_shutdown_level [−][src]
#[repr(u32)]pub enum mysql_enum_shutdown_level { SHUTDOWN_DEFAULT, SHUTDOWN_WAIT_CONNECTIONS, SHUTDOWN_WAIT_TRANSACTIONS, SHUTDOWN_WAIT_UPDATES, SHUTDOWN_WAIT_ALL_BUFFERS, SHUTDOWN_WAIT_CRITICAL_BUFFERS, KILL_QUERY, KILL_CONNECTION, }
Variants
SHUTDOWN_DEFAULTSHUTDOWN_WAIT_CONNECTIONSSHUTDOWN_WAIT_TRANSACTIONSSHUTDOWN_WAIT_UPDATESSHUTDOWN_WAIT_ALL_BUFFERSSHUTDOWN_WAIT_CRITICAL_BUFFERSKILL_QUERYKILL_CONNECTION
Trait Implementations
impl Debug for mysql_enum_shutdown_level[src]
impl Debug for mysql_enum_shutdown_levelfn 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 mysql_enum_shutdown_level[src]
impl Copy for mysql_enum_shutdown_levelimpl Clone for mysql_enum_shutdown_level[src]
impl Clone for mysql_enum_shutdown_levelfn clone(&self) -> mysql_enum_shutdown_level[src]
fn clone(&self) -> mysql_enum_shutdown_levelReturns 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 mysql_enum_shutdown_level[src]
impl PartialEq for mysql_enum_shutdown_levelfn eq(&self, other: &mysql_enum_shutdown_level) -> bool[src]
fn eq(&self, other: &mysql_enum_shutdown_level) -> 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 mysql_enum_shutdown_level[src]
impl Eq for mysql_enum_shutdown_levelimpl Hash for mysql_enum_shutdown_level[src]
impl Hash for mysql_enum_shutdown_levelAuto Trait Implementations
impl Send for mysql_enum_shutdown_level
impl Send for mysql_enum_shutdown_levelimpl Sync for mysql_enum_shutdown_level
impl Sync for mysql_enum_shutdown_level