pub struct AlterSetStatistics { /* private fields */ }Implementations§
Source§impl AlterSetStatistics
impl AlterSetStatistics
pub fn literal(&self) -> Option<Literal>
pub fn name_ref(&self) -> Option<NameRef>
pub fn column_token(&self) -> Option<SyntaxToken>
pub fn set_token(&self) -> Option<SyntaxToken>
pub fn statistics_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AlterSetStatistics
impl AstNode for AlterSetStatistics
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 AlterSetStatistics
impl Clone for AlterSetStatistics
Source§fn clone(&self) -> AlterSetStatistics
fn clone(&self) -> AlterSetStatistics
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 AlterSetStatistics
impl Debug for AlterSetStatistics
Source§impl Hash for AlterSetStatistics
impl Hash for AlterSetStatistics
Source§impl PartialEq for AlterSetStatistics
impl PartialEq for AlterSetStatistics
impl Eq for AlterSetStatistics
impl StructuralPartialEq for AlterSetStatistics
Auto Trait Implementations§
impl Freeze for AlterSetStatistics
impl !RefUnwindSafe for AlterSetStatistics
impl !Send for AlterSetStatistics
impl !Sync for AlterSetStatistics
impl Unpin for AlterSetStatistics
impl !UnwindSafe for AlterSetStatistics
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