Struct ruststep::ap203::config_control_design::ProductCategoryRelationship [−][src]
pub struct ProductCategoryRelationship {
pub name: Label,
pub description: Text,
pub category: ProductCategoryAny,
pub sub_category: ProductCategoryAny,
}
Fields
name: Label
description: Text
category: ProductCategoryAny
sub_category: ProductCategoryAny
Implementations
pub fn new(
name: Label,
description: Text,
category: ProductCategoryAny,
sub_category: ProductCategoryAny
) -> Self
pub fn new(
name: Label,
description: Text,
category: ProductCategoryAny,
sub_category: ProductCategoryAny
) -> Self
Constructs a new ProductCategoryRelationship
.
Trait Implementations
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 ProductCategoryRelationship
impl Send for ProductCategoryRelationship
impl Sync for ProductCategoryRelationship
impl Unpin for ProductCategoryRelationship
impl UnwindSafe for ProductCategoryRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more