Struct dora_core::descriptor::CustomNode
source · pub struct CustomNode {
pub source: String,
pub args: Option<String>,
pub envs: Option<BTreeMap<String, EnvValue>>,
pub build: Option<String>,
pub run_config: NodeRunConfig,
}Fields§
§source: String§args: Option<String>§envs: Option<BTreeMap<String, EnvValue>>§build: Option<String>§run_config: NodeRunConfigTrait Implementations§
source§impl Clone for CustomNode
impl Clone for CustomNode
source§fn clone(&self) -> CustomNode
fn clone(&self) -> CustomNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CustomNode
impl Debug for CustomNode
source§impl<'de> Deserialize<'de> for CustomNode
impl<'de> Deserialize<'de> for CustomNode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more