#[repr(C)]pub struct GroupState {
pub ss: ScanState,
pub eqfunction: *mut ExprState,
pub grp_done: bool,
}Fields§
§ss: ScanState§eqfunction: *mut ExprState§grp_done: boolTrait Implementations§
Source§impl Clone for GroupState
impl Clone for GroupState
Source§fn clone(&self) -> GroupState
fn clone(&self) -> GroupState
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 GroupState
Source§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
Auto Trait Implementations§
impl !Send for GroupState
impl !Sync for GroupState
impl Freeze for GroupState
impl RefUnwindSafe for GroupState
impl Unpin for GroupState
impl UnsafeUnpin 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