Struct pgrx_pg_sys::MinMaxAggPath
source · #[repr(C)]pub struct MinMaxAggPath {
pub path: Path,
pub mmaggregates: *mut List,
pub quals: *mut List,
}
Fields§
§path: Path
§mmaggregates: *mut List
§quals: *mut List
Trait Implementations§
source§impl Clone for MinMaxAggPath
impl Clone for MinMaxAggPath
source§fn clone(&self) -> MinMaxAggPath
fn clone(&self) -> MinMaxAggPath
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 MinMaxAggPath
impl Debug for MinMaxAggPath
source§impl Default for MinMaxAggPath
impl Default for MinMaxAggPath
source§impl Display for MinMaxAggPath
impl Display for MinMaxAggPath
source§impl PgNode for MinMaxAggPath
impl PgNode for MinMaxAggPath
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for MinMaxAggPath
Auto Trait Implementations§
impl Freeze for MinMaxAggPath
impl RefUnwindSafe for MinMaxAggPath
impl !Send for MinMaxAggPath
impl !Sync for MinMaxAggPath
impl Unpin for MinMaxAggPath
impl UnwindSafe for MinMaxAggPath
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