pub struct SqliteBackend { /* private fields */ }Expand description
A SQLite-backed Backend using bundled rusqlite (no system libsqlite3).
Implementations§
Source§impl SqliteBackend
impl SqliteBackend
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SqliteBackend
impl !RefUnwindSafe for SqliteBackend
impl !Sync for SqliteBackend
impl !UnwindSafe for SqliteBackend
impl Send for SqliteBackend
impl Unpin for SqliteBackend
impl UnsafeUnpin for SqliteBackend
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