Struct ruststep::ap201::explicit_draughting::ContractHolder [−][src]
pub struct ContractHolder {
pub name: PlaceHolder<LabelHolder>,
pub purpose: PlaceHolder<TextHolder>,
pub kind: PlaceHolder<ContractTypeHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
name: PlaceHolder<LabelHolder>
purpose: PlaceHolder<TextHolder>
kind: PlaceHolder<ContractTypeHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ContractHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ContractHolder
impl Send for ContractHolder
impl Sync for ContractHolder
impl Unpin for ContractHolder
impl UnwindSafe for ContractHolder
Blanket Implementations
Mutably borrows from an owned value. Read more