Struct zen_engine::model::DecisionNodeContent
source · pub struct DecisionNodeContent {
pub key: String,
}Fields§
§key: StringTrait Implementations§
source§impl Clone for DecisionNodeContent
impl Clone for DecisionNodeContent
source§fn clone(&self) -> DecisionNodeContent
fn clone(&self) -> DecisionNodeContent
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 DecisionNodeContent
impl Debug for DecisionNodeContent
source§impl<'de> Deserialize<'de> for DecisionNodeContent
impl<'de> Deserialize<'de> for DecisionNodeContent
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<DecisionNodeContent> for DecisionNodeContent
impl PartialEq<DecisionNodeContent> for DecisionNodeContent
source§fn eq(&self, other: &DecisionNodeContent) -> bool
fn eq(&self, other: &DecisionNodeContent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DecisionNodeContent
impl Serialize for DecisionNodeContent
impl StructuralPartialEq for DecisionNodeContent
Auto Trait Implementations§
impl RefUnwindSafe for DecisionNodeContent
impl Send for DecisionNodeContent
impl Sync for DecisionNodeContent
impl Unpin for DecisionNodeContent
impl UnwindSafe for DecisionNodeContent
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