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