pub struct SQL_ATTR_CURSOR_SCROLLABLE;Trait Implementations§
Source§impl Attr<SQL_ATTR_CURSOR_SCROLLABLE> for CursorScrollable
impl Attr<SQL_ATTR_CURSOR_SCROLLABLE> for CursorScrollable
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_ATTR_CURSOR_SCROLLABLE
impl Ident for SQL_ATTR_CURSOR_SCROLLABLE
impl AttrGet<SQL_ATTR_CURSOR_SCROLLABLE> for CursorScrollable
impl AttrSet<SQL_ATTR_CURSOR_SCROLLABLE> for CursorScrollable
impl<'desc, 'buf, S: Statement<'desc, 'buf, SQL_OV_ODBC3>> StmtAttr<'desc, 'buf, S, SQL_ATTR_CURSOR_SCROLLABLE, SQL_OV_ODBC3> for CursorScrollable
Auto Trait Implementations§
impl Freeze for SQL_ATTR_CURSOR_SCROLLABLE
impl RefUnwindSafe for SQL_ATTR_CURSOR_SCROLLABLE
impl Send for SQL_ATTR_CURSOR_SCROLLABLE
impl Sync for SQL_ATTR_CURSOR_SCROLLABLE
impl Unpin for SQL_ATTR_CURSOR_SCROLLABLE
impl UnwindSafe for SQL_ATTR_CURSOR_SCROLLABLE
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