pub struct SQL_DIAG_DYNAMIC_FUNCTION_CODE;Trait Implementations§
Source§impl Attr<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
impl Attr<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
type DefinedBy = OdbcDefined
impl AttrGet<SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
impl<V: OdbcVersion> DiagField<SQLHSTMT<'_, '_, '_, V>, SQL_DIAG_DYNAMIC_FUNCTION_CODE> for DiagDynamicFunctionCode
Auto Trait Implementations§
impl Freeze for SQL_DIAG_DYNAMIC_FUNCTION_CODE
impl RefUnwindSafe for SQL_DIAG_DYNAMIC_FUNCTION_CODE
impl Send for SQL_DIAG_DYNAMIC_FUNCTION_CODE
impl Sync for SQL_DIAG_DYNAMIC_FUNCTION_CODE
impl Unpin for SQL_DIAG_DYNAMIC_FUNCTION_CODE
impl UnwindSafe for SQL_DIAG_DYNAMIC_FUNCTION_CODE
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