Struct ruststep::ap203::config_control_design::DocumentReference [−][src]
pub struct DocumentReference {
pub assigned_document: DocumentAny,
pub source: Label,
}
Fields
assigned_document: DocumentAny
source: Label
Implementations
Constructs a new DocumentReference
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 DocumentReference
impl Send for DocumentReference
impl Sync for DocumentReference
impl Unpin for DocumentReference
impl UnwindSafe for DocumentReference
Blanket Implementations
Mutably borrows from an owned value. Read more