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