Struct pgrx_pg_sys::GroupState
source · #[repr(C)]pub struct GroupState {
pub ss: ScanState,
pub eqfunction: *mut ExprState,
pub grp_done: bool,
}
Fields§
§ss: ScanState
§eqfunction: *mut ExprState
§grp_done: bool
Trait Implementations§
source§impl Clone for GroupState
impl Clone for GroupState
source§fn clone(&self) -> GroupState
fn clone(&self) -> GroupState
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 GroupState
impl Debug for GroupState
source§impl Default for GroupState
impl Default for GroupState
source§impl Display for GroupState
impl Display for GroupState
source§impl PgNode for GroupState
impl PgNode for GroupState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for GroupState
Auto Trait Implementations§
impl Freeze for GroupState
impl RefUnwindSafe for GroupState
impl !Send for GroupState
impl !Sync for GroupState
impl Unpin for GroupState
impl UnwindSafe for GroupState
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