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