Enum ruststep::ap203::config_control_design::DocumentAnyHolder [−][src]
pub enum DocumentAnyHolder {
Document(Box<DocumentHolder>),
DocumentWithClass(Box<DocumentWithClassHolder>),
}
Variants
Document(Box<DocumentHolder>)
Tuple Fields of Document
0: Box<DocumentHolder>
DocumentWithClass(Box<DocumentWithClassHolder>)
Tuple Fields of DocumentWithClass
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = DocumentAny
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = DocumentAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for DocumentAnyHolder
impl Send for DocumentAnyHolder
impl Sync for DocumentAnyHolder
impl Unpin for DocumentAnyHolder
impl UnwindSafe for DocumentAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more