pub struct SQL_DESC_COUNT;Trait Implementations§
Source§impl Attr<SQL_DESC_COUNT> for SQLSMALLINT
impl Attr<SQL_DESC_COUNT> for SQLSMALLINT
type DefinedBy = OdbcDefined
Source§impl<'buf, D: Descriptor<'buf, DT, SQL_OV_ODBC3>, DT> DescField<'buf, D, DT, SQL_DESC_COUNT, SQL_OV_ODBC3> for SQLSMALLINT
impl<'buf, D: Descriptor<'buf, DT, SQL_OV_ODBC3>, DT> DescField<'buf, D, DT, SQL_DESC_COUNT, SQL_OV_ODBC3> for SQLSMALLINT
fn update_handle(&self, _: &D)where
Self: AttrSet<A>,
Source§impl Ident for SQL_DESC_COUNT
impl Ident for SQL_DESC_COUNT
impl AttrGet<SQL_DESC_COUNT> for SQLSMALLINT
impl AttrSet<SQL_DESC_COUNT> for SQLSMALLINT
Auto Trait Implementations§
impl Freeze for SQL_DESC_COUNT
impl RefUnwindSafe for SQL_DESC_COUNT
impl Send for SQL_DESC_COUNT
impl Sync for SQL_DESC_COUNT
impl Unpin for SQL_DESC_COUNT
impl UnwindSafe for SQL_DESC_COUNT
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