pub struct ConcatNullBehavior(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for ConcatNullBehavior
impl AsMutSQLPOINTER for ConcatNullBehavior
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_CONCAT_NULL_BEHAVIOR> for ConcatNullBehavior
impl Attr<SQL_CONCAT_NULL_BEHAVIOR> for ConcatNullBehavior
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for ConcatNullBehavior
impl AttrZeroAssert for ConcatNullBehavior
fn assert_zeroed(&self)
Source§impl Clone for ConcatNullBehavior
impl Clone for ConcatNullBehavior
Source§fn clone(&self) -> ConcatNullBehavior
fn clone(&self) -> ConcatNullBehavior
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 ConcatNullBehavior
impl Debug for ConcatNullBehavior
Source§impl Ident for ConcatNullBehaviorwhere
SQLUSMALLINT: Ident,
impl Ident for ConcatNullBehaviorwhere
SQLUSMALLINT: Ident,
Source§impl IntoSQLPOINTER for ConcatNullBehavior
impl IntoSQLPOINTER for ConcatNullBehavior
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<ConcatNullBehavior> for SQLUSMALLINT
impl PartialEq<ConcatNullBehavior> for SQLUSMALLINT
Source§impl PartialEq<u16> for ConcatNullBehavior
impl PartialEq<u16> for ConcatNullBehavior
Source§impl PartialEq for ConcatNullBehavior
impl PartialEq for ConcatNullBehavior
impl AttrGet<SQL_CONCAT_NULL_BEHAVIOR> for ConcatNullBehavior
impl Copy for ConcatNullBehavior
impl Eq for ConcatNullBehavior
impl InfoType<SQL_CONCAT_NULL_BEHAVIOR, SQL_OV_ODBC3> for ConcatNullBehavior
impl Scalar for ConcatNullBehaviorwhere
SQLUSMALLINT: Scalar,
impl StructuralPartialEq for ConcatNullBehavior
Auto Trait Implementations§
impl Freeze for ConcatNullBehavior
impl RefUnwindSafe for ConcatNullBehavior
impl Send for ConcatNullBehavior
impl Sync for ConcatNullBehavior
impl Unpin for ConcatNullBehavior
impl UnwindSafe for ConcatNullBehavior
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