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