pub struct RowMergePlan {
pub presentation: ResultPresentation,
}Expand description
Row-mode assembly for already projected range rows.
Fields§
§presentation: ResultPresentationTrait Implementations§
Source§impl Clone for RowMergePlan
impl Clone for RowMergePlan
Source§fn clone(&self) -> RowMergePlan
fn clone(&self) -> RowMergePlan
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 RowMergePlan
impl Debug for RowMergePlan
impl Eq for RowMergePlan
Source§impl PartialEq for RowMergePlan
impl PartialEq for RowMergePlan
impl StructuralPartialEq for RowMergePlan
Auto Trait Implementations§
impl Freeze for RowMergePlan
impl RefUnwindSafe for RowMergePlan
impl Send for RowMergePlan
impl Sync for RowMergePlan
impl Unpin for RowMergePlan
impl UnsafeUnpin for RowMergePlan
impl UnwindSafe for RowMergePlan
Blanket Implementations§
impl<T> Allocation for T
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