#[repr(i32)]
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_DEFAULT
SHUTDOWN_WAIT_CONNECTIONS
SHUTDOWN_WAIT_TRANSACTIONS
SHUTDOWN_WAIT_UPDATES
SHUTDOWN_WAIT_ALL_BUFFERS
SHUTDOWN_WAIT_CRITICAL_BUFFERS
KILL_QUERY
KILL_CONNECTION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mysql_enum_shutdown_level
impl Send for mysql_enum_shutdown_level
impl Sync for mysql_enum_shutdown_level
impl Unpin for mysql_enum_shutdown_level
impl UnwindSafe for mysql_enum_shutdown_level
Blanket Implementations
Mutably borrows from an owned value. Read more