Struct ruststep::ap201::explicit_draughting::TwoDirectionRepeatFactorHolder [−][src]
pub struct TwoDirectionRepeatFactorHolder {
pub one_direction_repeat_factor: PlaceHolder<OneDirectionRepeatFactorHolder>,
pub second_repeat_factor: PlaceHolder<VectorHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
one_direction_repeat_factor: PlaceHolder<OneDirectionRepeatFactorHolder>
second_repeat_factor: PlaceHolder<VectorHolder>
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<TwoDirectionRepeatFactor>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<TwoDirectionRepeatFactor>> + 'table>
Get owned entities as an iterator
type Owned = TwoDirectionRepeatFactor
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = TwoDirectionRepeatFactorHolderVisitor
Auto Trait Implementations
impl Send for TwoDirectionRepeatFactorHolder
impl Sync for TwoDirectionRepeatFactorHolder
impl Unpin for TwoDirectionRepeatFactorHolder
impl UnwindSafe for TwoDirectionRepeatFactorHolder
Blanket Implementations
Mutably borrows from an owned value. Read more