pub struct SqliteCheckpointStore { /* private fields */ }Implementations§
Source§impl SqliteCheckpointStore
impl SqliteCheckpointStore
pub fn new(config: SqliteConfig) -> Result<Self, SqliteEventStoreError>
pub fn in_memory() -> Result<Self, SqliteEventStoreError>
pub async fn migrate(&self) -> Result<(), SqliteEventStoreError>
Trait Implementations§
Source§impl CheckpointStore for SqliteCheckpointStore
impl CheckpointStore for SqliteCheckpointStore
Auto Trait Implementations§
impl Freeze for SqliteCheckpointStore
impl !RefUnwindSafe for SqliteCheckpointStore
impl Send for SqliteCheckpointStore
impl Sync for SqliteCheckpointStore
impl Unpin for SqliteCheckpointStore
impl UnsafeUnpin for SqliteCheckpointStore
impl !UnwindSafe for SqliteCheckpointStore
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