pub struct NoCheckpointStore;Expand description
A no-op checkpoint store that never saves or loads checkpoints.
Used as the default checkpoint store type when no checkpoint store is configured.
Trait Implementations§
Source§impl CheckpointStore for NoCheckpointStore
impl CheckpointStore for NoCheckpointStore
Source§impl Clone for NoCheckpointStore
impl Clone for NoCheckpointStore
Source§fn clone(&self) -> NoCheckpointStore
fn clone(&self) -> NoCheckpointStore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoCheckpointStore
impl Debug for NoCheckpointStore
Source§impl Default for NoCheckpointStore
impl Default for NoCheckpointStore
Source§fn default() -> NoCheckpointStore
fn default() -> NoCheckpointStore
Returns the “default value” for a type. Read more
impl Copy for NoCheckpointStore
Auto Trait Implementations§
impl Freeze for NoCheckpointStore
impl RefUnwindSafe for NoCheckpointStore
impl Send for NoCheckpointStore
impl Sync for NoCheckpointStore
impl Unpin for NoCheckpointStore
impl UnsafeUnpin for NoCheckpointStore
impl UnwindSafe for NoCheckpointStore
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