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