Struct ruststep::ap203::config_control_design::ContractTypeHolder [−][src]
pub struct ContractTypeHolder {
pub description: PlaceHolder<LabelHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
description: PlaceHolder<LabelHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ContractType>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<ContractType>> + 'table>
Get owned entities as an iterator
type Owned = ContractType
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ContractTypeHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ContractTypeHolder
impl Send for ContractTypeHolder
impl Sync for ContractTypeHolder
impl Unpin for ContractTypeHolder
impl UnwindSafe for ContractTypeHolder
Blanket Implementations
Mutably borrows from an owned value. Read more