pub struct SQL_CONVERT_INTEGER;Trait Implementations§
Source§impl Attr<SQL_CONVERT_INTEGER> for Conversion
impl Attr<SQL_CONVERT_INTEGER> for Conversion
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_CONVERT_INTEGER
impl Ident for SQL_CONVERT_INTEGER
impl AttrGet<SQL_CONVERT_INTEGER> for Conversion
impl InfoType<SQL_CONVERT_INTEGER, SQL_OV_ODBC3> for Conversion
Auto Trait Implementations§
impl Freeze for SQL_CONVERT_INTEGER
impl RefUnwindSafe for SQL_CONVERT_INTEGER
impl Send for SQL_CONVERT_INTEGER
impl Sync for SQL_CONVERT_INTEGER
impl Unpin for SQL_CONVERT_INTEGER
impl UnwindSafe for SQL_CONVERT_INTEGER
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