pub struct PullScope {
pub pull: PullId,
pub epoch: u32,
}Expand description
Pull identity and activation epoch shared by encounter lifecycle events.
Fields§
§pull: PullId§epoch: u32Trait Implementations§
impl Copy for PullScope
impl Eq for PullScope
impl StructuralPartialEq for PullScope
Auto Trait Implementations§
impl Freeze for PullScope
impl RefUnwindSafe for PullScope
impl Send for PullScope
impl Sync for PullScope
impl Unpin for PullScope
impl UnsafeUnpin for PullScope
impl UnwindSafe for PullScope
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