Struct ruststep::ap201::explicit_draughting::ContractAssignment [−][src]
pub struct ContractAssignment {
pub assigned_contract: Contract,
}
Fields
assigned_contract: Contract
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ContractAssignment
impl Send for ContractAssignment
impl Sync for ContractAssignment
impl Unpin for ContractAssignment
impl UnwindSafe for ContractAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more