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