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