pub struct OutcomeCondition {
pub state_name: Vec<String>,
pub state_outcome: Vec<String>,
}Fields§
§state_name: Vec<String>§state_outcome: Vec<String>Trait Implementations§
Source§impl Clone for OutcomeCondition
impl Clone for OutcomeCondition
Source§fn clone(&self) -> OutcomeCondition
fn clone(&self) -> OutcomeCondition
Returns a duplicate 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 OutcomeCondition
impl Debug for OutcomeCondition
Source§impl Default for OutcomeCondition
impl Default for OutcomeCondition
Source§impl<'de> Deserialize<'de> for OutcomeCondition
impl<'de> Deserialize<'de> for OutcomeCondition
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 OutcomeCondition
impl PartialEq for OutcomeCondition
Source§impl Serialize for OutcomeCondition
impl Serialize for OutcomeCondition
impl Message for OutcomeCondition
impl StructuralPartialEq for OutcomeCondition
Auto Trait Implementations§
impl Freeze for OutcomeCondition
impl RefUnwindSafe for OutcomeCondition
impl Send for OutcomeCondition
impl Sync for OutcomeCondition
impl Unpin for OutcomeCondition
impl UnwindSafe for OutcomeCondition
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