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