pub struct SQLiteCache {
pub connection: Box<Connection>,
}Fields§
§connection: Box<Connection>Implementations§
Source§impl SQLiteCache
impl SQLiteCache
Source§impl SQLiteCache
impl SQLiteCache
pub fn get_cache( settings: &GutenbergCacheSettings, ) -> Result<SQLiteCache, Error>
pub fn create_cache( parse_results: &ParseResult, settings: &GutenbergCacheSettings, force_recreate: bool, show_progress_bar: bool, ) -> Result<SQLiteCache, Error>
Auto Trait Implementations§
impl Freeze for SQLiteCache
impl !RefUnwindSafe for SQLiteCache
impl Send for SQLiteCache
impl !Sync for SQLiteCache
impl Unpin for SQLiteCache
impl UnsafeUnpin for SQLiteCache
impl !UnwindSafe for SQLiteCache
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