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