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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for enum_stmt_attr_type
impl Send for enum_stmt_attr_type
impl Sync for enum_stmt_attr_type
impl Unpin for enum_stmt_attr_type
impl UnwindSafe for enum_stmt_attr_type
Blanket Implementations
Mutably borrows from an owned value. Read more