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