Struct zen_engine::model::DecisionEdge
source · pub struct DecisionEdge {
pub source_id: String,
pub target_id: String,
}Fields§
§source_id: String§target_id: StringTrait Implementations§
source§impl Clone for DecisionEdge
impl Clone for DecisionEdge
source§fn clone(&self) -> DecisionEdge
fn clone(&self) -> DecisionEdge
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 DecisionEdge
impl Debug for DecisionEdge
source§impl<'de> Deserialize<'de> for DecisionEdge
impl<'de> Deserialize<'de> for DecisionEdge
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
source§impl PartialEq<DecisionEdge> for DecisionEdge
impl PartialEq<DecisionEdge> for DecisionEdge
source§fn eq(&self, other: &DecisionEdge) -> bool
fn eq(&self, other: &DecisionEdge) -> bool
This method tests for
self and other values to be equal, and is used
by ==.