Struct dora_core::descriptor::Node
source · pub struct Node {
pub id: NodeId,
pub name: Option<String>,
pub description: Option<String>,
pub env: Option<BTreeMap<String, EnvValue>>,
pub kind: NodeKind,
}Fields§
§id: NodeId§name: Option<String>§description: Option<String>§env: Option<BTreeMap<String, EnvValue>>§kind: NodeKindTrait Implementations§
source§impl<'de> Deserialize<'de> for Node
impl<'de> Deserialize<'de> for Node
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