#[repr(C)]pub struct IncrementalSort {
pub sort: Sort,
pub nPresortedCols: c_int,
}
Fields§
§sort: Sort
§nPresortedCols: c_int
Trait Implementations§
Source§impl Clone for IncrementalSort
impl Clone for IncrementalSort
Source§fn clone(&self) -> IncrementalSort
fn clone(&self) -> IncrementalSort
Returns a copy of the value. Read more
1.0.0 · 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 IncrementalSort
impl Debug for IncrementalSort
Source§impl Default for IncrementalSort
impl Default for IncrementalSort
Source§impl Display for IncrementalSort
impl Display for IncrementalSort
Source§impl PgNode for IncrementalSort
impl PgNode for IncrementalSort
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for IncrementalSort
Auto Trait Implementations§
impl Freeze for IncrementalSort
impl RefUnwindSafe for IncrementalSort
impl !Send for IncrementalSort
impl !Sync for IncrementalSort
impl Unpin for IncrementalSort
impl UnwindSafe for IncrementalSort
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