pub enum FreeStmtOption {
SQL_CLOSE = 0,
SQL_UNBIND = 2,
SQL_RESET_PARAMS = 3,
}Variants§
Trait Implementations§
Source§impl AttrZeroAssert for FreeStmtOption
impl AttrZeroAssert for FreeStmtOption
fn assert_zeroed(&self)
Source§impl Clone for FreeStmtOption
impl Clone for FreeStmtOption
Source§fn clone(&self) -> FreeStmtOption
fn clone(&self) -> FreeStmtOption
Returns a duplicate 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 FreeStmtOption
impl Debug for FreeStmtOption
Source§impl Ident for FreeStmtOptionwhere
SQLUSMALLINT: Ident,
impl Ident for FreeStmtOptionwhere
SQLUSMALLINT: Ident,
Source§impl IntoSQLPOINTER for FreeStmtOption
impl IntoSQLPOINTER for FreeStmtOption
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<FreeStmtOption> for SQLUSMALLINT
impl PartialEq<FreeStmtOption> for SQLUSMALLINT
Source§impl PartialEq<u16> for FreeStmtOption
impl PartialEq<u16> for FreeStmtOption
Source§impl PartialEq for FreeStmtOption
impl PartialEq for FreeStmtOption
Source§impl TryFrom<u16> for FreeStmtOption
impl TryFrom<u16> for FreeStmtOption
impl Copy for FreeStmtOption
impl Eq for FreeStmtOption
impl Scalar for FreeStmtOptionwhere
SQLUSMALLINT: Scalar,
impl StructuralPartialEq for FreeStmtOption
Auto Trait Implementations§
impl Freeze for FreeStmtOption
impl RefUnwindSafe for FreeStmtOption
impl Send for FreeStmtOption
impl Sync for FreeStmtOption
impl Unpin for FreeStmtOption
impl UnwindSafe for FreeStmtOption
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