Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub struct AtifSubagentTrajectoryRef {
pub trajectory_id: Option<String>,
pub session_id: Option<String>,
pub extra: Option<Json>,
}
Reference to a delegated subagent trajectory.
trajectory_id: Option<String>Embedded trajectory identifier, resolved against subagent_trajectories.
session_id: Option<String>Run identity for debug/search/display correlation.
extra: Option<Json>Extra metadata about the subagent execution.
impl Clone for AtifSubagentTrajectoryRefimpl Clone for AtifSubagentTrajectoryRef
clonefn clone(&self) -> AtifSubagentTrajectoryRef
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for AtifSubagentTrajectoryRefimpl Debug for AtifSubagentTrajectoryRef
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for AtifSubagentTrajectoryRefimpl<'de> Deserialize<'de> for AtifSubagentTrajectoryRef
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Serialize for AtifSubagentTrajectoryRefimpl Serialize for AtifSubagentTrajectoryRef
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,