pub struct SelfEvolutionAcceptanceGateInput {
pub selection_decision: SelfEvolutionSelectionDecision,
pub proposal_contract: SelfEvolutionMutationProposalContract,
pub supervised_request: SupervisedDevloopRequest,
pub execution_outcome: SupervisedDevloopOutcome,
pub delivery_contract: SupervisedDeliveryContract,
}Fields§
§selection_decision: SelfEvolutionSelectionDecision§proposal_contract: SelfEvolutionMutationProposalContract§supervised_request: SupervisedDevloopRequest§execution_outcome: SupervisedDevloopOutcome§delivery_contract: SupervisedDeliveryContractTrait Implementations§
Source§impl Clone for SelfEvolutionAcceptanceGateInput
impl Clone for SelfEvolutionAcceptanceGateInput
Source§fn clone(&self) -> SelfEvolutionAcceptanceGateInput
fn clone(&self) -> SelfEvolutionAcceptanceGateInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SelfEvolutionAcceptanceGateInput
impl<'de> Deserialize<'de> for SelfEvolutionAcceptanceGateInput
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SelfEvolutionAcceptanceGateInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SelfEvolutionAcceptanceGateInput, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SelfEvolutionAcceptanceGateInput
impl Serialize for SelfEvolutionAcceptanceGateInput
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for SelfEvolutionAcceptanceGateInput
impl RefUnwindSafe for SelfEvolutionAcceptanceGateInput
impl Send for SelfEvolutionAcceptanceGateInput
impl Sync for SelfEvolutionAcceptanceGateInput
impl Unpin for SelfEvolutionAcceptanceGateInput
impl UnsafeUnpin for SelfEvolutionAcceptanceGateInput
impl UnwindSafe for SelfEvolutionAcceptanceGateInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more