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