#[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: Expr§args: *mut List§refs: *mut List§cols: *mut List§agglevelsup: Index§location: c_intTrait Implementations§
Source§impl Clone for GroupingFunc
impl Clone for GroupingFunc
Source§fn clone(&self) -> GroupingFunc
fn clone(&self) -> GroupingFunc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GroupingFunc
Source§impl Debug for GroupingFunc
impl Debug for GroupingFunc
Source§impl Default for GroupingFunc
impl Default for GroupingFunc
Source§impl Display for GroupingFunc
impl Display for GroupingFunc
Source§impl PgNode for GroupingFunc
impl PgNode for GroupingFunc
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
Auto Trait Implementations§
impl !Send for GroupingFunc
impl !Sync for GroupingFunc
impl Freeze for GroupingFunc
impl RefUnwindSafe for GroupingFunc
impl Unpin for GroupingFunc
impl UnsafeUnpin for GroupingFunc
impl UnwindSafe for GroupingFunc
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