[][src]Struct bpxe_bpmn_schema::Definitions

pub struct Definitions {
    pub id: Option<Id>,
    pub name: Option<String>,
    pub target_namespace: URI,
    pub expression_language: Option<URI>,
    pub type_language: Option<URI>,
    pub exporter: Option<String>,
    pub exporter_version: Option<String>,
    pub imports: Vec<Import>,
    pub extensions: Vec<Extension>,
    pub root_elements: Vec<RootElement>,
    pub relationships: Vec<Relationship>,
}

Auto-generated from BPNM schema

(See codegen-rust.xsl)

Fields

id: Option<Id>name: Option<String>target_namespace: URIexpression_language: Option<URI>type_language: Option<URI>exporter: Option<String>exporter_version: Option<String>imports: Vec<Import>extensions: Vec<Extension>root_elements: Vec<RootElement>relationships: Vec<Relationship>

Trait Implementations

impl Clone for Definitions[src]

impl Debug for Definitions[src]

impl Default for Definitions[src]

impl DefinitionsType for Definitions[src]

impl DefinitionsTypeMut for Definitions[src]

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

impl DocumentElement for Definitions[src]

impl DocumentElementContainer for Definitions[src]

impl Hash for Definitions[src]

impl PartialEq<Definitions> for Definitions[src]

impl Serialize for Definitions[src]

impl StructuralPartialEq for Definitions[src]

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