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