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.
root_uuid: UuidUUID of the root scope for the current execution tree.
shared_parent_uuid: UuidUUID of the parent scope shared by sibling fan-out work.
impl Clone for SharedParentScopeIdentityimpl Clone for SharedParentScopeIdentity
clonefn clone(&self) -> SharedParentScopeIdentity
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for SharedParentScopeIdentityimpl Debug for SharedParentScopeIdentity
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl PartialEq for SharedParentScopeIdentityimpl PartialEq for SharedParentScopeIdentity
eqfn eq(&self, other: &SharedParentScopeIdentity) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Copy for SharedParentScopeIdentityimpl Copy for SharedParentScopeIdentity
impl Eq for SharedParentScopeIdentityimpl Eq for SharedParentScopeIdentity
impl StructuralPartialEq for SharedParentScopeIdentityimpl StructuralPartialEq for SharedParentScopeIdentity