Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct ParallelHint {
pub tool_name: String,
pub group_id: String,
pub explicit: bool,
}
Hint describing one tool’s membership in a parallel-execution cohort.
tool_name: StringTool name that participates in the hinted group.
group_id: StringStable group identifier shared by all tools in the cohort.
explicit: boolWhether the hint was explicitly authored rather than inferred.
impl Clone for ParallelHintimpl Clone for ParallelHint
clonefn clone(&self) -> ParallelHint
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for ParallelHintimpl Debug for ParallelHint
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ParallelHintimpl<'de> Deserialize<'de> for ParallelHint
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Serialize for ParallelHintimpl Serialize for ParallelHint
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,