#[repr(C)]pub struct IncrementalSortPath {
pub spath: SortPath,
pub nPresortedCols: c_int,
}
Fields§
§spath: SortPath
§nPresortedCols: c_int
Trait Implementations§
Source§impl Clone for IncrementalSortPath
impl Clone for IncrementalSortPath
Source§fn clone(&self) -> IncrementalSortPath
fn clone(&self) -> IncrementalSortPath
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 IncrementalSortPath
impl Debug for IncrementalSortPath
Source§impl Default for IncrementalSortPath
impl Default for IncrementalSortPath
Source§impl Display for IncrementalSortPath
impl Display for IncrementalSortPath
Source§impl PgNode for IncrementalSortPath
impl PgNode for IncrementalSortPath
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for IncrementalSortPath
Auto Trait Implementations§
impl Freeze for IncrementalSortPath
impl RefUnwindSafe for IncrementalSortPath
impl !Send for IncrementalSortPath
impl !Sync for IncrementalSortPath
impl Unpin for IncrementalSortPath
impl UnwindSafe for IncrementalSortPath
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