pub struct Claim {
pub envelope: Envelope,
pub lease_id: String,
pub fence: u64,
pub expires_at_ms: i64,
pub checkpoint: Checkpoint,
}Fields§
§envelope: Envelope§lease_id: String§fence: u64§expires_at_ms: i64§checkpoint: Checkpointstep replay step progress persisted by earlier attempts; empty for a first attempt.
Implementations§
Auto Trait Implementations§
impl Freeze for Claim
impl RefUnwindSafe for Claim
impl Send for Claim
impl Sync for Claim
impl Unpin for Claim
impl UnsafeUnpin for Claim
impl UnwindSafe for Claim
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