pub struct ApplyPlan {
pub actions: Vec<ApplyAction>,
}Expand description
The full apply plan — all actions to take.
Fields§
§actions: Vec<ApplyAction>Implementations§
Source§impl ApplyPlan
impl ApplyPlan
pub fn is_empty(&self) -> bool
pub fn personal_actions(&self) -> Vec<&ApplyAction>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplyPlan
impl RefUnwindSafe for ApplyPlan
impl Send for ApplyPlan
impl Sync for ApplyPlan
impl Unpin for ApplyPlan
impl UnsafeUnpin for ApplyPlan
impl UnwindSafe for ApplyPlan
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