Struct ruststep::ap203::config_control_design::Contract [−][src]
pub struct Contract {
pub name: Label,
pub purpose: Text,
pub kind: ContractType,
}
Fields
name: Label
purpose: Text
kind: ContractType
Implementations
Constructs a new Contract
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Contract
impl UnwindSafe for Contract
Blanket Implementations
Mutably borrows from an owned value. Read more