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