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