Struct Shared Parent Scope Identity
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct SharedParentScopeIdentity {
pub root_uuid: Uuid,
pub shared_parent_uuid: Uuid,
}
Session-local scope identity used to coordinate warm-first cohorts.
Fields
root_uuid: Uuid
UUID of the root scope for the current execution tree.
shared_parent_uuid: Uuid
UUID of the parent scope shared by sibling fan-out work.
Trait Implementations
impl Clone for SharedParentScopeIdentity
impl Clone for SharedParentScopeIdentity
clone
fn clone(&self) -> SharedParentScopeIdentity
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for SharedParentScopeIdentity
impl Debug for SharedParentScopeIdentity
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl PartialEq for SharedParentScopeIdentity
impl PartialEq for SharedParentScopeIdentity
eq
fn eq(&self, other: &SharedParentScopeIdentity) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Copy for SharedParentScopeIdentity
impl Copy for SharedParentScopeIdentity
impl Eq for SharedParentScopeIdentity
impl Eq for SharedParentScopeIdentity
impl StructuralPartialEq for SharedParentScopeIdentity
impl StructuralPartialEq for SharedParentScopeIdentity