pub struct FileCheckpointStorage { /* private fields */ }Expand description
File-system backed checkpoint storage.
Persists each Checkpoint to its own file under a root directory using
the Pure-Rust oxicode binary codec (no C FFI, no external services). This
is a real, durable CheckpointStorage implementation suitable for local
fault-tolerant recovery.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileCheckpointStorage
impl RefUnwindSafe for FileCheckpointStorage
impl Send for FileCheckpointStorage
impl Sync for FileCheckpointStorage
impl Unpin for FileCheckpointStorage
impl UnsafeUnpin for FileCheckpointStorage
impl UnwindSafe for FileCheckpointStorage
Blanket Implementations§
impl<T> Allocation for T
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