Enum ruststep::ap201::explicit_draughting::OneDirectionRepeatFactorAnyHolder [−][src]
pub enum OneDirectionRepeatFactorAnyHolder {
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorHolder>),
TwoDirectionRepeatFactor(Box<TwoDirectionRepeatFactorHolder>),
}
Variants
OneDirectionRepeatFactor(Box<OneDirectionRepeatFactorHolder>)
Tuple Fields of OneDirectionRepeatFactor
TwoDirectionRepeatFactor(Box<TwoDirectionRepeatFactorHolder>)
Tuple Fields of TwoDirectionRepeatFactor
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<OneDirectionRepeatFactorAny>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<OneDirectionRepeatFactorAny>> + 'table>
Get owned entities as an iterator
type Owned = OneDirectionRepeatFactorAny
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 OneDirectionRepeatFactorAnyHolder
impl Sync for OneDirectionRepeatFactorAnyHolder
impl Unpin for OneDirectionRepeatFactorAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more