pub struct GroupingSets { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for GroupingSets
impl AstNode for GroupingSets
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for GroupingSets
impl Clone for GroupingSets
Source§fn clone(&self) -> GroupingSets
fn clone(&self) -> GroupingSets
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 moreSource§impl Debug for GroupingSets
impl Debug for GroupingSets
impl Eq for GroupingSets
Source§impl Hash for GroupingSets
impl Hash for GroupingSets
Source§impl PartialEq for GroupingSets
impl PartialEq for GroupingSets
impl StructuralPartialEq for GroupingSets
Auto Trait Implementations§
impl !RefUnwindSafe for GroupingSets
impl !Send for GroupingSets
impl !Sync for GroupingSets
impl !UnwindSafe for GroupingSets
impl Freeze for GroupingSets
impl Unpin for GroupingSets
impl UnsafeUnpin for GroupingSets
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