pub struct SyncPlan {
pub actions: Vec<PlannedAction>,
}Expand description
A planned set of actions to execute.
Fields§
§actions: Vec<PlannedAction>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncPlan
impl RefUnwindSafe for SyncPlan
impl Send for SyncPlan
impl Sync for SyncPlan
impl Unpin for SyncPlan
impl UnsafeUnpin for SyncPlan
impl UnwindSafe for SyncPlan
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