[][src]Struct bpxe_bpmn_schema::Collaboration

pub struct Collaboration {
    pub id: Option<Id>,
    pub documentations: Vec<Documentation>,
    pub extension_elements: Option<ExtensionElements>,
    pub name: Option<String>,
    pub is_closed: Option<bool>,
    pub participants: Vec<Participant>,
    pub message_flows: Vec<MessageFlow>,
    pub artifacts: Vec<Artifact>,
    pub conversation_nodes: Vec<ConversationNode>,
    pub conversation_associations: Vec<ConversationAssociation>,
    pub participant_associations: Vec<ParticipantAssociation>,
    pub message_flow_associations: Vec<MessageFlowAssociation>,
    pub correlation_keys: Vec<CorrelationKey>,
    pub choreography_refs: Vec<String>,
    pub conversation_links: Vec<ConversationLink>,
}

Auto-generated from BPNM schema

(See codegen-rust.xsl)

Fields

id: Option<Id>documentations: Vec<Documentation>extension_elements: Option<ExtensionElements>name: Option<String>is_closed: Option<bool>participants: Vec<Participant>message_flows: Vec<MessageFlow>artifacts: Vec<Artifact>conversation_nodes: Vec<ConversationNode>conversation_associations: Vec<ConversationAssociation>participant_associations: Vec<ParticipantAssociation>message_flow_associations: Vec<MessageFlowAssociation>correlation_keys: Vec<CorrelationKey>choreography_refs: Vec<String>conversation_links: Vec<ConversationLink>

Trait Implementations

impl BaseElementType for Collaboration[src]

impl BaseElementTypeMut for Collaboration[src]

impl Clone for Collaboration[src]

impl CollaborationType for Collaboration[src]

impl CollaborationTypeMut for Collaboration[src]

impl Debug for Collaboration[src]

impl Default for Collaboration[src]

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

impl DocumentElement for Collaboration[src]

impl DocumentElementContainer for Collaboration[src]

impl From<Collaboration> for RootElement[src]

impl Hash for Collaboration[src]

impl PartialEq<Collaboration> for Collaboration[src]

impl RootElementType for Collaboration[src]

impl RootElementTypeMut for Collaboration[src]

impl Serialize for Collaboration[src]

impl StructuralPartialEq for Collaboration[src]

impl<'__input> XmlRead<'__input> for Collaboration[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]