pub enum ActionPlan {
Db(DbActionPlan),
NoDb(InfoPlan),
}Expand description
Top-level action plan
Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ActionPlan
impl RefUnwindSafe for ActionPlan
impl Send for ActionPlan
impl Sync for ActionPlan
impl Unpin for ActionPlan
impl UnsafeUnpin for ActionPlan
impl UnwindSafe for ActionPlan
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