pub struct DeletePlan {
pub preview: MutationPlan,
pub keys: Vec<ListKey>,
}Expand description
What plan_delete_op resolved, so the apply acts on exactly the keys the
preview named rather than re-resolving a bare list_id after the guard.
Fields§
§preview: MutationPlan§keys: Vec<ListKey>Trait Implementations§
Source§impl Clone for DeletePlan
impl Clone for DeletePlan
Source§fn clone(&self) -> DeletePlan
fn clone(&self) -> DeletePlan
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 DeletePlan
impl Debug for DeletePlan
Source§impl PartialEq for DeletePlan
impl PartialEq for DeletePlan
impl StructuralPartialEq for DeletePlan
Auto Trait Implementations§
impl Freeze for DeletePlan
impl RefUnwindSafe for DeletePlan
impl Send for DeletePlan
impl Sync for DeletePlan
impl Unpin for DeletePlan
impl UnsafeUnpin for DeletePlan
impl UnwindSafe for DeletePlan
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