Struct ruststep::ap203::config_control_design::DocumentRelationship [−][src]
pub struct DocumentRelationship {
pub name: Label,
pub description: Text,
pub relating_document: DocumentAny,
pub related_document: DocumentAny,
}
Fields
name: Label
description: Text
relating_document: DocumentAny
Implementations
pub fn new(
name: Label,
description: Text,
relating_document: DocumentAny,
related_document: DocumentAny
) -> Self
pub fn new(
name: Label,
description: Text,
relating_document: DocumentAny,
related_document: DocumentAny
) -> Self
Constructs a new DocumentRelationship
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DocumentRelationship
impl Send for DocumentRelationship
impl Sync for DocumentRelationship
impl Unpin for DocumentRelationship
impl UnwindSafe for DocumentRelationship
Blanket Implementations
Mutably borrows from an owned value. Read more