pub struct HavingClause { /* private fields */ }
Implementations§
Source§impl HavingClause
impl HavingClause
pub fn having_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for HavingClause
impl AstNode for HavingClause
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 HavingClause
impl Clone for HavingClause
Source§fn clone(&self) -> HavingClause
fn clone(&self) -> HavingClause
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 HavingClause
impl Debug for HavingClause
Source§impl Hash for HavingClause
impl Hash for HavingClause
Source§impl PartialEq for HavingClause
impl PartialEq for HavingClause
impl Eq for HavingClause
impl StructuralPartialEq for HavingClause
Auto Trait Implementations§
impl Freeze for HavingClause
impl !RefUnwindSafe for HavingClause
impl !Send for HavingClause
impl !Sync for HavingClause
impl Unpin for HavingClause
impl !UnwindSafe for HavingClause
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