pub struct PullLifecycleGeneration {
pull: PullId,
pull_epoch: u32,
lifecycle_epoch: u64,
}Expand description
Pull-local encounter generation (pull epoch plus lifecycle epoch) so prior events cannot match a newly active actor with the same identity.
Fields§
§pull: PullId§pull_epoch: u32§lifecycle_epoch: u64Implementations§
Trait Implementations§
Source§impl Clone for PullLifecycleGeneration
impl Clone for PullLifecycleGeneration
Source§fn clone(&self) -> PullLifecycleGeneration
fn clone(&self) -> PullLifecycleGeneration
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 PullLifecycleGeneration
impl Debug for PullLifecycleGeneration
Source§impl PartialEq for PullLifecycleGeneration
impl PartialEq for PullLifecycleGeneration
impl Copy for PullLifecycleGeneration
impl Eq for PullLifecycleGeneration
impl StructuralPartialEq for PullLifecycleGeneration
Auto Trait Implementations§
impl Freeze for PullLifecycleGeneration
impl RefUnwindSafe for PullLifecycleGeneration
impl Send for PullLifecycleGeneration
impl Sync for PullLifecycleGeneration
impl Unpin for PullLifecycleGeneration
impl UnsafeUnpin for PullLifecycleGeneration
impl UnwindSafe for PullLifecycleGeneration
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