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