Struct database::rw_pool::SqlitePool
source · [−]pub struct SqlitePool {
pub writer: Arc<Mutex<SqliteConnection>>,
/* private fields */
}
Fields
writer: Arc<Mutex<SqliteConnection>>
Implementations
Trait Implementations
sourceimpl Clone for SqlitePool
impl Clone for SqlitePool
sourcefn clone(&self) -> SqlitePool
fn clone(&self) -> SqlitePool
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl !RefUnwindSafe for SqlitePool
impl Send for SqlitePool
impl Sync for SqlitePool
impl Unpin for SqlitePool
impl !UnwindSafe for SqlitePool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more