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