pub struct Sqlite3Db { /* private fields */ }
Expand description
Wrapper type around *mut sqlite3
, to seal the pointer from extern usage.
Implementations§
Auto Trait Implementations§
impl Freeze for Sqlite3Db
impl RefUnwindSafe for Sqlite3Db
impl !Send for Sqlite3Db
impl !Sync for Sqlite3Db
impl Unpin for Sqlite3Db
impl UnwindSafe for Sqlite3Db
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