pub struct GroupByList { /* private fields */ }Implementations§
Source§impl GroupByList
impl GroupByList
pub fn group_bys(&self) -> AstChildren<GroupBy> ⓘ
Trait Implementations§
Source§impl AstNode for GroupByList
impl AstNode for GroupByList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for GroupByList
impl Clone for GroupByList
Source§fn clone(&self) -> GroupByList
fn clone(&self) -> GroupByList
Returns a duplicate 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 GroupByList
impl Debug for GroupByList
Source§impl Hash for GroupByList
impl Hash for GroupByList
Source§impl PartialEq for GroupByList
impl PartialEq for GroupByList
impl Eq for GroupByList
impl StructuralPartialEq for GroupByList
Auto Trait Implementations§
impl Freeze for GroupByList
impl !RefUnwindSafe for GroupByList
impl !Send for GroupByList
impl !Sync for GroupByList
impl Unpin for GroupByList
impl !UnwindSafe for GroupByList
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