[][src]Struct bpxe_bpmn_schema::MultiInstanceLoopCharacteristics

pub struct MultiInstanceLoopCharacteristics {
    pub id: Option<Id>,
    pub documentations: Vec<Documentation>,
    pub extension_elements: Option<ExtensionElements>,
    pub is_sequential: Option<bool>,
    pub behavior: Option<String>,
    pub one_behavior_event_ref: Option<String>,
    pub none_behavior_event_ref: Option<String>,
    pub loop_cardinality: Option<Expr>,
    pub loop_data_input_ref: Option<String>,
    pub loop_data_output_ref: Option<String>,
    pub input_data_item: Option<DataInput>,
    pub output_data_item: Option<DataOutput>,
    pub complex_behavior_definitions: Vec<ComplexBehaviorDefinition>,
    pub completion_condition: Option<Expr>,
}

Auto-generated from BPNM schema

(See codegen-rust.xsl)

Fields

id: Option<Id>documentations: Vec<Documentation>extension_elements: Option<ExtensionElements>is_sequential: Option<bool>behavior: Option<String>one_behavior_event_ref: Option<String>none_behavior_event_ref: Option<String>loop_cardinality: Option<Expr>loop_data_input_ref: Option<String>loop_data_output_ref: Option<String>input_data_item: Option<DataInput>output_data_item: Option<DataOutput>complex_behavior_definitions: Vec<ComplexBehaviorDefinition>completion_condition: Option<Expr>

Trait Implementations

impl BaseElementType for MultiInstanceLoopCharacteristics[src]

impl BaseElementTypeMut for MultiInstanceLoopCharacteristics[src]

impl Clone for MultiInstanceLoopCharacteristics[src]

impl Debug for MultiInstanceLoopCharacteristics[src]

impl Default for MultiInstanceLoopCharacteristics[src]

impl<'de> Deserialize<'de> for MultiInstanceLoopCharacteristics[src]

impl DocumentElement for MultiInstanceLoopCharacteristics[src]

impl DocumentElementContainer for MultiInstanceLoopCharacteristics[src]

impl From<MultiInstanceLoopCharacteristics> for LoopCharacteristics[src]

impl Hash for MultiInstanceLoopCharacteristics[src]

impl LoopCharacteristicsType for MultiInstanceLoopCharacteristics[src]

impl LoopCharacteristicsTypeMut for MultiInstanceLoopCharacteristics[src]

impl MultiInstanceLoopCharacteristicsType for MultiInstanceLoopCharacteristics[src]

impl MultiInstanceLoopCharacteristicsTypeMut for MultiInstanceLoopCharacteristics[src]

impl PartialEq<MultiInstanceLoopCharacteristics> for MultiInstanceLoopCharacteristics[src]

impl Serialize for MultiInstanceLoopCharacteristics[src]

impl StructuralPartialEq for MultiInstanceLoopCharacteristics[src]

impl<'__input> XmlRead<'__input> for MultiInstanceLoopCharacteristics[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<S> CastArc for S where
    S: CastFromSync + ?Sized
[src]

impl<S> CastBox for S where
    S: CastFrom + ?Sized
[src]

impl<T> CastFrom for T where
    T: 'static + Any
[src]

impl<T> CastFromSync for T where
    T: 'static + Send + Sync
[src]

impl<S> CastMut for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRc for S where
    S: CastFrom + ?Sized
[src]

impl<S> CastRef for S where
    S: CastFrom + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<T> DynClone for T where
    T: Clone
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> XmlReadOwned for T where
    T: for<'s> XmlRead<'s>, 
[src]