pub struct Sqlite { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Datastore for Sqlite
impl Datastore for Sqlite
fn execute_all_request_sync( &mut self, all_sync_response: AllSyncResult, ) -> Result<(), Error>
fn execute_select_request_sync( &mut self, select_sync_request: SelectSync, select_sync_response: TermSyncResult, ) -> Result<(), Error>
fn generate_sync_options(&mut self) -> Result<SyncOptions, Error>
fn set_request_sync_resources( &mut self, resources: SyncResources, ) -> Result<(), Error>
fn unset_request_sync_resources( &mut self, resources: SyncResources, ) -> Result<(), Error>
Auto Trait Implementations§
impl !Freeze for Sqlite
impl !RefUnwindSafe for Sqlite
impl !Sync for Sqlite
impl !UnwindSafe for Sqlite
impl Send for Sqlite
impl Unpin for Sqlite
impl UnsafeUnpin for Sqlite
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