pub struct CursorProgressKey {
pub participant_index: ParticipantIndex,
pub boundary: DeliverySeq,
}Expand description
Participant-scoped cursor progress key mandated by extraction Fix 2.
Fields§
§participant_index: ParticipantIndexPermanent participant index.
boundary: DeliverySeqRequested cumulative boundary.
Trait Implementations§
Source§impl Clone for CursorProgressKey
impl Clone for CursorProgressKey
Source§fn clone(&self) -> CursorProgressKey
fn clone(&self) -> CursorProgressKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CursorProgressKey
Source§impl Debug for CursorProgressKey
impl Debug for CursorProgressKey
impl Eq for CursorProgressKey
Source§impl Ord for CursorProgressKey
impl Ord for CursorProgressKey
Source§fn cmp(&self, other: &CursorProgressKey) -> Ordering
fn cmp(&self, other: &CursorProgressKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CursorProgressKey
impl PartialEq for CursorProgressKey
Source§impl PartialOrd for CursorProgressKey
impl PartialOrd for CursorProgressKey
impl StructuralPartialEq for CursorProgressKey
Auto Trait Implementations§
impl Freeze for CursorProgressKey
impl RefUnwindSafe for CursorProgressKey
impl Send for CursorProgressKey
impl Sync for CursorProgressKey
impl Unpin for CursorProgressKey
impl UnsafeUnpin for CursorProgressKey
impl UnwindSafe for CursorProgressKey
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