Enum ruststep::ap201::explicit_draughting::PresentationSizeAssignmentSelect [−][src]
pub enum PresentationSizeAssignmentSelect {
PresentationView(Box<PresentationView>),
PresentationArea(PresentationAreaAny),
AreaInSet(AreaInSetAny),
}
Variants
PresentationView(Box<PresentationView>)
Tuple Fields of PresentationView
0: Box<PresentationView>
PresentationArea(PresentationAreaAny)
Tuple Fields of PresentationArea
AreaInSet(AreaInSetAny)
Tuple Fields of AreaInSet
0: AreaInSetAny
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 Send for PresentationSizeAssignmentSelect
impl Sync for PresentationSizeAssignmentSelect
impl Unpin for PresentationSizeAssignmentSelect
Blanket Implementations
Mutably borrows from an owned value. Read more