Struct Parallel Hint

View as Markdown

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.

Fields

tool_name: String

Tool name that participates in the hinted group.

group_id: String

Stable group identifier shared by all tools in the cohort.

explicit: bool

Whether the hint was explicitly authored rather than inferred.

Trait Implementations

impl Clone for ParallelHint

impl Clone for ParallelHint

clone

fn clone(&self) -> ParallelHint

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for ParallelHint

impl Debug for ParallelHint

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl<'de> Deserialize<'de> for ParallelHint

impl<'de> Deserialize<'de> for ParallelHint

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl Serialize for ParallelHint

impl Serialize for ParallelHint

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,