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 for DecisionEdge
impl PartialEq 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 ==.source§impl Serialize for DecisionEdge
impl Serialize for DecisionEdge
impl StructuralPartialEq for DecisionEdge
Auto Trait Implementations§
impl RefUnwindSafe for DecisionEdge
impl Send for DecisionEdge
impl Sync for DecisionEdge
impl Unpin for DecisionEdge
impl UnwindSafe for DecisionEdge
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more