Struct pgx_pg_sys::IncrementalSort
source · [−]Fields
sort: SortnPresortedCols: c_intTrait Implementations
sourceimpl Clone for IncrementalSort
impl Clone for IncrementalSort
sourcefn clone(&self) -> IncrementalSort
fn clone(&self) -> IncrementalSort
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IncrementalSort
impl Debug for IncrementalSort
sourceimpl Default for IncrementalSort
impl Default for IncrementalSort
sourceimpl Display for IncrementalSort
impl Display for IncrementalSort
sourceimpl PgNode for IncrementalSort
impl PgNode for IncrementalSort
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for IncrementalSort
Auto Trait Implementations
impl RefUnwindSafe for IncrementalSort
impl !Send for IncrementalSort
impl !Sync for IncrementalSort
impl Unpin for IncrementalSort
impl UnwindSafe for IncrementalSort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more