Struct ruststep::ap201::explicit_draughting::PresentationLayerAssignment [−][src]
pub struct PresentationLayerAssignment {
pub name: Label,
pub description: Text,
pub assigned_items: Vec<LayeredItem>,
}
Fields
name: Label
description: Text
assigned_items: Vec<LayeredItem>
Implementations
Trait Implementations
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 PresentationLayerAssignment
impl Send for PresentationLayerAssignment
impl Sync for PresentationLayerAssignment
impl Unpin for PresentationLayerAssignment
impl UnwindSafe for PresentationLayerAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more