pub struct MergeExec {
pub input: PhysicalNodeId,
pub pattern_part: ResolvedPatternPart,
pub actions: Vec<ResolvedMergeAction>,
}Fields§
§input: PhysicalNodeId§pattern_part: ResolvedPatternPart§actions: Vec<ResolvedMergeAction>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeExec
impl RefUnwindSafe for MergeExec
impl Send for MergeExec
impl Sync for MergeExec
impl Unpin for MergeExec
impl UnsafeUnpin for MergeExec
impl UnwindSafe for MergeExec
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