Enum ruststep::ap203::config_control_design::ProductCategoryAny [−][src]
pub enum ProductCategoryAny {
ProductCategory(Box<ProductCategory>),
ProductRelatedProductCategory(Box<ProductRelatedProductCategory>),
}
Variants
ProductCategory(Box<ProductCategory>)
Tuple Fields of ProductCategory
0: Box<ProductCategory>
ProductRelatedProductCategory(Box<ProductRelatedProductCategory>)
Tuple Fields of ProductRelatedProductCategory
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ProductCategoryAny
impl Send for ProductCategoryAny
impl Sync for ProductCategoryAny
impl Unpin for ProductCategoryAny
impl UnwindSafe for ProductCategoryAny
Blanket Implementations
Mutably borrows from an owned value. Read more