Struct pgx_pg_sys::GroupingFunc
source · [−]#[repr(C)]pub struct GroupingFunc {
pub xpr: Expr,
pub args: *mut List,
pub refs: *mut List,
pub cols: *mut List,
pub agglevelsup: Index,
pub location: c_int,
}Fields
xpr: Exprargs: *mut Listrefs: *mut Listcols: *mut Listagglevelsup: Indexlocation: c_intTrait Implementations
sourceimpl Clone for GroupingFunc
impl Clone for GroupingFunc
sourcefn clone(&self) -> GroupingFunc
fn clone(&self) -> GroupingFunc
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 GroupingFunc
impl Debug for GroupingFunc
sourceimpl Default for GroupingFunc
impl Default for GroupingFunc
sourceimpl Display for GroupingFunc
impl Display for GroupingFunc
sourceimpl PgNode for GroupingFunc
impl PgNode for GroupingFunc
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GroupingFunc
Auto Trait Implementations
impl RefUnwindSafe for GroupingFunc
impl !Send for GroupingFunc
impl !Sync for GroupingFunc
impl Unpin for GroupingFunc
impl UnwindSafe for GroupingFunc
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