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

Trait Implementations

impl Debug for mysql_enum_shutdown_level
[src]

Formats the value using the given formatter. Read more

impl Copy for mysql_enum_shutdown_level
[src]

impl Clone for mysql_enum_shutdown_level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for mysql_enum_shutdown_level
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for mysql_enum_shutdown_level
[src]

impl Hash for mysql_enum_shutdown_level
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for mysql_enum_shutdown_level

impl Sync for mysql_enum_shutdown_level