Struct ruststep::ap201::explicit_draughting::ProductHolder [−][src]
pub struct ProductHolder {
pub id: PlaceHolder<IdentifierHolder>,
pub name: PlaceHolder<LabelHolder>,
pub description: PlaceHolder<TextHolder>,
pub frame_of_reference: Vec<PlaceHolder<ProductContextHolder>>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
id: PlaceHolder<IdentifierHolder>
name: PlaceHolder<LabelHolder>
description: PlaceHolder<TextHolder>
frame_of_reference: Vec<PlaceHolder<ProductContextHolder>>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ProductHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ProductHolder
impl Send for ProductHolder
impl Sync for ProductHolder
impl Unpin for ProductHolder
impl UnwindSafe for ProductHolder
Blanket Implementations
Mutably borrows from an owned value. Read more