Struct Adapter Config Support

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct AdapterConfigSupport {
    pub accepts: Vec<AdapterConfigField>,
    pub generates: Vec<PathBuf>,
    pub extensions: BTreeMap<String, Value>,
}

Adapter config support.

Fields

accepts: Vec<AdapterConfigField>

Normalized NVIDIA NeMo Fabric config areas or policy paths accepted by this adapter.

generates: Vec<PathBuf>

Harness-native files generated by this adapter.

extensions: BTreeMap<String, Value>

Additive adapter config-support fields.

Trait Implementations

impl Clone for AdapterConfigSupport

impl Clone for AdapterConfigSupport

clone

fn clone(&self) -> AdapterConfigSupport

clone_from

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

impl Debug for AdapterConfigSupport

impl Debug for AdapterConfigSupport

fmt

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

impl Default for AdapterConfigSupport

impl Default for AdapterConfigSupport

default

fn default() -> AdapterConfigSupport

impl<'de> Deserialize<'de> for AdapterConfigSupport

impl<'de> Deserialize<'de> for AdapterConfigSupport

deserialize

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

impl JsonSchema for AdapterConfigSupport

impl JsonSchema for AdapterConfigSupport

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 AdapterConfigSupport

impl PartialEq for AdapterConfigSupport

eq

fn eq(&self, other: &AdapterConfigSupport) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for AdapterConfigSupport

impl Serialize for AdapterConfigSupport

serialize

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

impl StructuralPartialEq for AdapterConfigSupport

impl StructuralPartialEq for AdapterConfigSupport