pub struct SqliteStateStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ClientStateStore for SqliteStateStore
impl ClientStateStore for SqliteStateStore
fn load(&self) -> Result<PersistedClientState, ClientError>
fn save(&self, state: &PersistedClientState) -> Result<(), ClientError>
fn append_request_journal( &self, entry: &RequestJournalEntry, ) -> Result<(), ClientError>
Auto Trait Implementations§
impl !Freeze for SqliteStateStore
impl RefUnwindSafe for SqliteStateStore
impl Send for SqliteStateStore
impl Sync for SqliteStateStore
impl Unpin for SqliteStateStore
impl UnsafeUnpin for SqliteStateStore
impl UnwindSafe for SqliteStateStore
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