Enum Control Location
Generated from cargo doc --no-deps -p nemo-fabric-core.
Where NeMo Fabric control code runs relative to the environment.
Variants
ExternalControl
ExternalControl
NeMo Fabric runs on the host/control plane and starts or connects to the harness in the environment.
InEnvControl
InEnvControl
NeMo Fabric runs inside the prepared environment with the harness.
Trait Implementations
impl Clone for ControlLocation
impl Clone for ControlLocation
clone
fn clone(&self) -> ControlLocation
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for ControlLocation
impl Debug for ControlLocation
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ControlLocation
impl<'de> Deserialize<'de> for ControlLocation
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for ControlLocation
impl JsonSchema for ControlLocation
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 ControlLocation
impl PartialEq for ControlLocation
eq
fn eq(&self, other: &ControlLocation) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for ControlLocation
impl Serialize for ControlLocation
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for ControlLocation
impl Copy for ControlLocation
impl Eq for ControlLocation
impl Eq for ControlLocation
impl StructuralPartialEq for ControlLocation
impl StructuralPartialEq for ControlLocation