pub struct MaxCodeAction {
pub action: CodeAction,
pub preconditions: Vec<Precondition>,
pub validation_plan: ValidationPlan,
pub rollback_plan: RollbackPlan,
pub receipt_plan: ReceiptPlan,
}Fields§
§action: CodeAction§preconditions: Vec<Precondition>§validation_plan: ValidationPlan§rollback_plan: RollbackPlan§receipt_plan: ReceiptPlanTrait Implementations§
Source§impl Clone for MaxCodeAction
impl Clone for MaxCodeAction
Source§fn clone(&self) -> MaxCodeAction
fn clone(&self) -> MaxCodeAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MaxCodeAction
impl Debug for MaxCodeAction
Source§impl<'de> Deserialize<'de> for MaxCodeAction
impl<'de> Deserialize<'de> for MaxCodeAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for MaxCodeAction
impl Freeze for MaxCodeAction
impl Send for MaxCodeAction
impl Sync for MaxCodeAction
impl Unpin for MaxCodeAction
impl UnsafeUnpin for MaxCodeAction
impl UnwindSafe for MaxCodeAction
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