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