Enum ruststep::ap203::config_control_design::SupportedItemHolder [−][src]
pub enum SupportedItemHolder {
ActionDirective(Box<ActionDirectiveHolder>),
Action(ActionAnyHolder),
ActionMethod(Box<ActionMethodHolder>),
}
Variants
ActionDirective(Box<ActionDirectiveHolder>)
Tuple Fields of ActionDirective
Action(ActionAnyHolder)
Tuple Fields of Action
ActionMethod(Box<ActionMethodHolder>)
Tuple Fields of ActionMethod
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<SupportedItem>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SupportedItem>> + 'table>
Get owned entities as an iterator
type Owned = SupportedItem
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 SupportedItemHolder
impl Send for SupportedItemHolder
impl Sync for SupportedItemHolder
impl Unpin for SupportedItemHolder
impl UnwindSafe for SupportedItemHolder
Blanket Implementations
Mutably borrows from an owned value. Read more