Struct Capability Target Plan
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct CapabilityTargetPlan {
pub tools_configured: bool,
pub skill_paths: Vec<PathBuf>,
pub mcp_servers: BTreeMap<String, McpServerPlan>,
}
Capabilities routed to one target.
Fields
tools_configured: bool
Whether tool configuration was provided for this target.
skill_paths: Vec<PathBuf>
Resolved skill paths for this target.
mcp_servers: BTreeMap<String, McpServerPlan>
MCP servers for this target.
Trait Implementations
impl Clone for CapabilityTargetPlan
impl Clone for CapabilityTargetPlan
clone
fn clone(&self) -> CapabilityTargetPlan
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for CapabilityTargetPlan
impl Debug for CapabilityTargetPlan
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for CapabilityTargetPlan
impl Default for CapabilityTargetPlan
default
fn default() -> CapabilityTargetPlan
impl<'de> Deserialize<'de> for CapabilityTargetPlan
impl<'de> Deserialize<'de> for CapabilityTargetPlan
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for CapabilityTargetPlan
impl JsonSchema for CapabilityTargetPlan
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl PartialEq for CapabilityTargetPlan
impl PartialEq for CapabilityTargetPlan
eq
fn eq(&self, other: &CapabilityTargetPlan) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for CapabilityTargetPlan
impl Serialize for CapabilityTargetPlan
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for CapabilityTargetPlan
impl StructuralPartialEq for CapabilityTargetPlan