Enum mysqlclient_sys::enum_mysql_set_option [−][src]
#[repr(u32)]
pub enum enum_mysql_set_option {
MYSQL_OPTION_MULTI_STATEMENTS_ON,
MYSQL_OPTION_MULTI_STATEMENTS_OFF,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for enum_mysql_set_option
impl Send for enum_mysql_set_option
impl Sync for enum_mysql_set_option
impl Unpin for enum_mysql_set_option
impl UnwindSafe for enum_mysql_set_option
Blanket Implementations
Mutably borrows from an owned value. Read more