Struct dsntk_model::Dmndi
source · pub struct Dmndi {
pub styles: Vec<DmnStyle>,
pub diagrams: Vec<DmnDiagram>,
}Expand description
Dmndi is a container for the shared DmnStyles and all DmnDiagrams defined in Definitions.
Fields§
§styles: Vec<DmnStyle>A list of shared DmnStyle that can be referenced by all DmnDiagram and DmnDiagramElement.
diagrams: Vec<DmnDiagram>A list of DmnDiagram.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dmndi
impl Send for Dmndi
impl Sync for Dmndi
impl Unpin for Dmndi
impl UnwindSafe for Dmndi
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