#[repr(C)]pub struct GroupingSet {
pub type_: NodeTag,
pub kind: Type,
pub content: *mut List,
pub location: c_int,
}Fields§
§type_: NodeTag§kind: Type§content: *mut List§location: c_intTrait Implementations§
Source§impl Clone for GroupingSet
impl Clone for GroupingSet
Source§fn clone(&self) -> GroupingSet
fn clone(&self) -> GroupingSet
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 GroupingSet
Source§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
Auto Trait Implementations§
impl !Send for GroupingSet
impl !Sync for GroupingSet
impl Freeze for GroupingSet
impl RefUnwindSafe for GroupingSet
impl Unpin for GroupingSet
impl UnsafeUnpin 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