#[repr(u32)]
pub enum enum_stmt_attr_type {
STMT_ATTR_UPDATE_MAX_LENGTH,
STMT_ATTR_CURSOR_TYPE,
STMT_ATTR_PREFETCH_ROWS,
}
Variants§
Trait Implementations§
source§impl Clone for enum_stmt_attr_type
impl Clone for enum_stmt_attr_type
source§fn clone(&self) -> enum_stmt_attr_type
fn clone(&self) -> enum_stmt_attr_type
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_stmt_attr_type
impl Debug for enum_stmt_attr_type
source§impl Hash for enum_stmt_attr_type
impl Hash for enum_stmt_attr_type
source§impl PartialEq<enum_stmt_attr_type> for enum_stmt_attr_type
impl PartialEq<enum_stmt_attr_type> for enum_stmt_attr_type
source§fn eq(&self, other: &enum_stmt_attr_type) -> bool
fn eq(&self, other: &enum_stmt_attr_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.