Struct ruststep::ap203::config_control_design::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
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Document
impl UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more