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