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