Struct ruststep::ap201::explicit_draughting::PresentationStyleAssignment [−][src]
pub struct PresentationStyleAssignment {
pub styles: Vec<PresentationStyleSelect>,
}
Fields
styles: Vec<PresentationStyleSelect>
Implementations
Constructs a new PresentationStyleAssignment
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PresentationStyleAssignment
impl Send for PresentationStyleAssignment
impl Sync for PresentationStyleAssignment
impl Unpin for PresentationStyleAssignment
impl UnwindSafe for PresentationStyleAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more