#[repr(u32)]pub enum enum_mysql_set_option {
MYSQL_OPTION_MULTI_STATEMENTS_ON = 0,
MYSQL_OPTION_MULTI_STATEMENTS_OFF = 1,
}
Variants§
Trait Implementations§
source§impl Clone for enum_mysql_set_option
impl Clone for enum_mysql_set_option
source§fn clone(&self) -> enum_mysql_set_option
fn clone(&self) -> enum_mysql_set_option
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for enum_mysql_set_option
impl Debug for enum_mysql_set_option
source§impl Hash for enum_mysql_set_option
impl Hash for enum_mysql_set_option
source§impl PartialEq for enum_mysql_set_option
impl PartialEq for enum_mysql_set_option
source§fn eq(&self, other: &enum_mysql_set_option) -> bool
fn eq(&self, other: &enum_mysql_set_option) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for enum_mysql_set_option
impl Eq for enum_mysql_set_option
impl StructuralPartialEq for enum_mysql_set_option
Auto Trait Implementations§
impl Freeze for enum_mysql_set_option
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more