Struct database::rw_pool::SqlitePool
source · pub struct SqlitePool {
pub writer: Arc<Mutex<SqliteConnection>>,
/* private fields */
}
Fields§
§writer: Arc<Mutex<SqliteConnection>>
Implementations§
Trait Implementations§
source§impl Clone for SqlitePool
impl Clone for SqlitePool
source§fn clone(&self) -> SqlitePool
fn clone(&self) -> SqlitePool
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more