Struct dsntk_model::DmnLabel
source · pub struct DmnLabel {
pub bounds: Option<DcBounds>,
pub text: Option<String>,
pub shared_style: Option<String>,
}Expand description
Struct represents the depiction of some textual information about a DMN element.
Fields§
§bounds: Option<DcBounds>The bounds of the DmnLabel. When not specified, the label is positioned at its default position as determined in clause 13.5.
text: Option<String>An optional pretty printed text that MUST be displayed instead of the DmnElement’s name if it is present.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DmnLabel
impl Send for DmnLabel
impl Sync for DmnLabel
impl Unpin for DmnLabel
impl UnwindSafe for DmnLabel
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