Enum Adapter Descriptor Source
Generated from cargo doc --no-deps -p nemo-fabric-core.
Where NeMo Fabric resolved an adapter descriptor from.
Variants
Repository
Repository
Descriptor maintained in this NeMo Fabric repository.
Local
Local
Descriptor registered by the agent package or local development config.
Trait Implementations
impl Clone for AdapterDescriptorSource
impl Clone for AdapterDescriptorSource
clone
fn clone(&self) -> AdapterDescriptorSource
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for AdapterDescriptorSource
impl Debug for AdapterDescriptorSource
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for AdapterDescriptorSource
impl<'de> Deserialize<'de> for AdapterDescriptorSource
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for AdapterDescriptorSource
impl JsonSchema for AdapterDescriptorSource
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 AdapterDescriptorSource
impl PartialEq for AdapterDescriptorSource
eq
fn eq(&self, other: &AdapterDescriptorSource) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for AdapterDescriptorSource
impl Serialize for AdapterDescriptorSource
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for AdapterDescriptorSource
impl Copy for AdapterDescriptorSource
impl Eq for AdapterDescriptorSource
impl Eq for AdapterDescriptorSource
impl StructuralPartialEq for AdapterDescriptorSource
impl StructuralPartialEq for AdapterDescriptorSource