Enum ruststep::ap201::explicit_draughting::InvisibilityAnyHolder [−][src]
pub enum InvisibilityAnyHolder {
Invisibility(Box<InvisibilityHolder>),
ContextDependentInvisibility(Box<ContextDependentInvisibilityHolder>),
}
Variants
Invisibility(Box<InvisibilityHolder>)
Tuple Fields of Invisibility
ContextDependentInvisibility(Box<ContextDependentInvisibilityHolder>)
Tuple Fields of ContextDependentInvisibility
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<InvisibilityAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<InvisibilityAny>> + 'table>
Get owned entities as an iterator
type Owned = InvisibilityAny
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 InvisibilityAnyHolder
impl Send for InvisibilityAnyHolder
impl Sync for InvisibilityAnyHolder
impl Unpin for InvisibilityAnyHolder
impl UnwindSafe for InvisibilityAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more