Struct ruststep::ap203::config_control_design::ProductCategoryHolder [−][src]
pub struct ProductCategoryHolder {
pub name: PlaceHolder<LabelHolder>,
pub description: Option<PlaceHolder<TextHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
description: Option<PlaceHolder<TextHolder>>
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<ProductCategory>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ProductCategory>> + 'table>
Get owned entities as an iterator
type Owned = ProductCategory
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ProductCategoryHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ProductCategoryHolder
impl Send for ProductCategoryHolder
impl Sync for ProductCategoryHolder
impl Unpin for ProductCategoryHolder
impl UnwindSafe for ProductCategoryHolder
Blanket Implementations
Mutably borrows from an owned value. Read more