pub struct DistributedStateCheckpoint<C> { /* private fields */ }Expand description
Rank-local state checkpoint whose presence was agreed by a partitioned session.
Auto Trait Implementations§
impl<C> Freeze for DistributedStateCheckpoint<C>
impl<C> RefUnwindSafe for DistributedStateCheckpoint<C>where
Option<C>: RefUnwindSafe,
impl<C> Send for DistributedStateCheckpoint<C>
impl<C> Sync for DistributedStateCheckpoint<C>
impl<C> Unpin for DistributedStateCheckpoint<C>
impl<C> UnsafeUnpin for DistributedStateCheckpoint<C>where
Option<C>: UnsafeUnpin,
impl<C> UnwindSafe for DistributedStateCheckpoint<C>where
Option<C>: UnwindSafe,
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