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