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