pub struct RefreshConnection(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for RefreshConnection
impl AsMutSQLPOINTER for RefreshConnection
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ATTR_REFRESH_CONNECTION> for RefreshConnection
impl Attr<SQL_ATTR_REFRESH_CONNECTION> for RefreshConnection
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for RefreshConnection
impl AttrZeroAssert for RefreshConnection
fn assert_zeroed(&self)
Source§impl Clone for RefreshConnection
impl Clone for RefreshConnection
Source§fn clone(&self) -> RefreshConnection
fn clone(&self) -> RefreshConnection
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 RefreshConnection
impl Debug for RefreshConnection
Source§impl Ident for RefreshConnectionwhere
SQLINTEGER: Ident,
impl Ident for RefreshConnectionwhere
SQLINTEGER: Ident,
Source§impl IntoSQLPOINTER for RefreshConnection
impl IntoSQLPOINTER for RefreshConnection
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<RefreshConnection> for SQLINTEGER
impl PartialEq<RefreshConnection> for SQLINTEGER
Source§impl PartialEq<i32> for RefreshConnection
impl PartialEq<i32> for RefreshConnection
Source§impl PartialEq for RefreshConnection
impl PartialEq for RefreshConnection
impl AttrGet<SQL_ATTR_REFRESH_CONNECTION> for RefreshConnection
impl AttrSet<SQL_ATTR_REFRESH_CONNECTION> for RefreshConnection
impl ConnAttr<C2, SQL_ATTR_REFRESH_CONNECTION, SQL_OV_ODBC4> for RefreshConnection
impl ConnAttr<C4, SQL_ATTR_REFRESH_CONNECTION, SQL_OV_ODBC4> for RefreshConnection
impl Copy for RefreshConnection
impl Eq for RefreshConnection
impl Scalar for RefreshConnectionwhere
SQLINTEGER: Scalar,
impl StructuralPartialEq for RefreshConnection
Auto Trait Implementations§
impl Freeze for RefreshConnection
impl RefUnwindSafe for RefreshConnection
impl Send for RefreshConnection
impl Sync for RefreshConnection
impl Unpin for RefreshConnection
impl UnwindSafe for RefreshConnection
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