pub struct AddPlan {
pub actions: Vec<AddAction>,
}Expand description
The full plan produced by the planning phase.
Fields§
§actions: Vec<AddAction>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddPlan
impl RefUnwindSafe for AddPlan
impl Send for AddPlan
impl Sync for AddPlan
impl Unpin for AddPlan
impl UnsafeUnpin for AddPlan
impl UnwindSafe for AddPlan
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