Struct ruststep::ap203::config_control_design::DocumentWithClass [−][src]
pub struct DocumentWithClass {
pub document: Document,
pub class: Identifier,
}
Fields
document: Document
class: Identifier
Implementations
Constructs a new DocumentWithClass
.
Methods from Deref<Target = Document>
Trait Implementations
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 DocumentWithClass
impl Send for DocumentWithClass
impl Sync for DocumentWithClass
impl Unpin for DocumentWithClass
impl UnwindSafe for DocumentWithClass
Blanket Implementations
Mutably borrows from an owned value. Read more