Struct pgx_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_: NodeTagkind: GroupingSetKindcontent: *mut Listlocation: c_intTrait Implementations
sourceimpl Clone for GroupingSet
impl Clone for GroupingSet
sourcefn clone(&self) -> GroupingSet
fn clone(&self) -> GroupingSet
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 GroupingSet
impl Debug for GroupingSet
sourceimpl Default for GroupingSet
impl Default for GroupingSet
sourceimpl Display for GroupingSet
impl Display for GroupingSet
sourceimpl PgNode for GroupingSet
impl PgNode for GroupingSet
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for GroupingSet
Auto Trait Implementations
impl RefUnwindSafe for GroupingSet
impl !Send for GroupingSet
impl !Sync for GroupingSet
impl Unpin for GroupingSet
impl UnwindSafe for GroupingSet
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