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_LENGTHSTMT_ATTR_CURSOR_TYPESTMT_ATTR_PREFETCH_ROWS
Trait Implementations
impl Debug for enum_stmt_attr_type[src]
impl Debug for enum_stmt_attr_typefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for enum_stmt_attr_type[src]
impl Copy for enum_stmt_attr_typeimpl Clone for enum_stmt_attr_type[src]
impl Clone for enum_stmt_attr_typefn clone(&self) -> enum_stmt_attr_type[src]
fn clone(&self) -> enum_stmt_attr_typeReturns 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_typefn eq(&self, other: &enum_stmt_attr_type) -> bool[src]
fn eq(&self, other: &enum_stmt_attr_type) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for enum_stmt_attr_type[src]
impl Eq for enum_stmt_attr_typeimpl Hash for enum_stmt_attr_type[src]
impl Hash for enum_stmt_attr_typeAuto Trait Implementations
impl Send for enum_stmt_attr_type
impl Send for enum_stmt_attr_typeimpl Sync for enum_stmt_attr_type
impl Sync for enum_stmt_attr_type