Struct ruststep::ap201::explicit_draughting::Document [−][src]
pub struct Document {
pub id: Identifier,
pub name: Label,
pub description: Text,
pub kind: DocumentType,
}
Fields
id: Identifier
name: Label
description: Text
kind: DocumentType
Implementations
Constructs a new Document
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Document
impl UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more