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