pub enum Reserved {
SQL_QUICK = 0,
SQL_ENSURE = 1,
}Variants§
Trait Implementations§
Source§impl AttrZeroAssert for Reserved
impl AttrZeroAssert for Reserved
fn assert_zeroed(&self)
Source§impl IntoSQLPOINTER for Reserved
impl IntoSQLPOINTER for Reserved
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<Reserved> for SQLUSMALLINT
impl PartialEq<Reserved> for SQLUSMALLINT
impl Copy for Reserved
impl Eq for Reserved
impl Scalar for Reservedwhere
SQLUSMALLINT: Scalar,
impl StructuralPartialEq for Reserved
Auto Trait Implementations§
impl Freeze for Reserved
impl RefUnwindSafe for Reserved
impl Send for Reserved
impl Sync for Reserved
impl Unpin for Reserved
impl UnwindSafe for Reserved
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