pub struct DropAggregate { /* private fields */ }
Implementations§
Source§impl DropAggregate
impl DropAggregate
pub fn aggregates(&self) -> AstChildren<Aggregate> ⓘ
pub fn if_exists(&self) -> Option<IfExists>
pub fn aggregate_token(&self) -> Option<SyntaxToken>
pub fn drop_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropAggregate
impl AstNode for DropAggregate
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 DropAggregate
impl Clone for DropAggregate
Source§fn clone(&self) -> DropAggregate
fn clone(&self) -> DropAggregate
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 DropAggregate
impl Debug for DropAggregate
Source§impl From<DropAggregate> for Stmt
impl From<DropAggregate> for Stmt
Source§fn from(node: DropAggregate) -> Stmt
fn from(node: DropAggregate) -> Stmt
Converts to this type from the input type.
Source§impl Hash for DropAggregate
impl Hash for DropAggregate
Source§impl PartialEq for DropAggregate
impl PartialEq for DropAggregate
impl Eq for DropAggregate
impl StructuralPartialEq for DropAggregate
Auto Trait Implementations§
impl Freeze for DropAggregate
impl !RefUnwindSafe for DropAggregate
impl !Send for DropAggregate
impl !Sync for DropAggregate
impl Unpin for DropAggregate
impl !UnwindSafe for DropAggregate
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