Project

Type Alias Project 

Source
pub type Project = Root_project_Inline;
Expand description

Type alias for the root project element

Aliased Type§

pub struct Project {
    pub file_header: Option<Root_project_InlineType_fileHeader_Inline>,
    pub content_header: Option<Root_project_InlineType_contentHeader_Inline>,
    pub types: Option<Root_project_InlineType_types_Inline>,
    pub instances: Option<Root_project_InlineType_instances_Inline>,
    pub add_data: Option<AddData>,
    pub documentation: Option<FormattedText>,
}

Fields§

§file_header: Option<Root_project_InlineType_fileHeader_Inline>

fileHeader element

§content_header: Option<Root_project_InlineType_contentHeader_Inline>

contentHeader element

§types: Option<Root_project_InlineType_types_Inline>

types element

§instances: Option<Root_project_InlineType_instances_Inline>

instances element

§add_data: Option<AddData>

addData element

§documentation: Option<FormattedText>

documentation element