pub struct SQL_DESC_DISPLAY_SIZE;Trait Implementations§
Source§impl Attr<SQL_DESC_DISPLAY_SIZE> for SQLINTEGER
impl Attr<SQL_DESC_DISPLAY_SIZE> for SQLINTEGER
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_DESC_DISPLAY_SIZE
impl Ident for SQL_DESC_DISPLAY_SIZE
impl AttrGet<SQL_DESC_DISPLAY_SIZE> for SQLINTEGER
impl<'buf, D: Descriptor<'buf, IRD, SQL_OV_ODBC3>> DescField<'buf, D, IRD, SQL_DESC_DISPLAY_SIZE, SQL_OV_ODBC3> for SQLINTEGER
Auto Trait Implementations§
impl Freeze for SQL_DESC_DISPLAY_SIZE
impl RefUnwindSafe for SQL_DESC_DISPLAY_SIZE
impl Send for SQL_DESC_DISPLAY_SIZE
impl Sync for SQL_DESC_DISPLAY_SIZE
impl Unpin for SQL_DESC_DISPLAY_SIZE
impl UnwindSafe for SQL_DESC_DISPLAY_SIZE
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