Struct ruststep::ap201::explicit_draughting::Product [−][src]
pub struct Product {
pub id: Identifier,
pub name: Label,
pub description: Text,
pub frame_of_reference: Vec<ProductContext>,
}
Fields
id: Identifier
name: Label
description: Text
frame_of_reference: Vec<ProductContext>
Implementations
pub fn new(
id: Identifier,
name: Label,
description: Text,
frame_of_reference: Vec<ProductContext>
) -> Self
pub fn new(
id: Identifier,
name: Label,
description: Text,
frame_of_reference: Vec<ProductContext>
) -> Self
Constructs a new Product
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Product
impl UnwindSafe for Product
Blanket Implementations
Mutably borrows from an owned value. Read more