Struct ruststep::ap203::config_control_design::ContractType [−][src]
pub struct ContractType {
pub description: Label,
}
Fields
description: Label
Implementations
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 ContractType
impl Send for ContractType
impl Sync for ContractType
impl Unpin for ContractType
impl UnwindSafe for ContractType
Blanket Implementations
Mutably borrows from an owned value. Read more