pub struct PlannedOp {
pub op: PlanOp,
pub scope: Scope,
}Expand description
An operation together with the scope that decides who receives it.
Fields§
§op: PlanOp§scope: ScopeFor a removal this is the scope in the previous view: the element no longer exists in the new one, so it cannot be read back from there.
Trait Implementations§
impl Eq for PlannedOp
impl StructuralPartialEq for PlannedOp
Auto Trait Implementations§
impl Freeze for PlannedOp
impl RefUnwindSafe for PlannedOp
impl Send for PlannedOp
impl Sync for PlannedOp
impl Unpin for PlannedOp
impl UnwindSafe for PlannedOp
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