Enum mysqlclient_sys::enum_stmt_attr_type [−][src]
#[repr(u32)]pub enum enum_stmt_attr_type { STMT_ATTR_UPDATE_MAX_LENGTH, STMT_ATTR_CURSOR_TYPE, STMT_ATTR_PREFETCH_ROWS, }
Variants
STMT_ATTR_UPDATE_MAX_LENGTH
STMT_ATTR_CURSOR_TYPE
STMT_ATTR_PREFETCH_ROWS
Trait Implementations
impl Debug for enum_stmt_attr_type
[src]
impl Debug for enum_stmt_attr_type
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for enum_stmt_attr_type
[src]
impl Copy for enum_stmt_attr_type
impl Clone for enum_stmt_attr_type
[src]
impl Clone for enum_stmt_attr_type
fn clone(&self) -> enum_stmt_attr_type
[src]
fn clone(&self) -> enum_stmt_attr_type
Returns 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 enum_stmt_attr_type
[src]
impl PartialEq for enum_stmt_attr_type
fn eq(&self, other: &enum_stmt_attr_type) -> bool
[src]
fn eq(&self, other: &enum_stmt_attr_type) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for enum_stmt_attr_type
[src]
impl Eq for enum_stmt_attr_type
impl Hash for enum_stmt_attr_type
[src]
impl Hash for enum_stmt_attr_type
Auto Trait Implementations
impl Send for enum_stmt_attr_type
impl Send for enum_stmt_attr_type
impl Sync for enum_stmt_attr_type
impl Sync for enum_stmt_attr_type