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