pub struct ClusterOn { /* private fields */ }
Implementations§
Source§impl ClusterOn
impl ClusterOn
pub fn cluster_token(&self) -> Option<SyntaxToken>
pub fn on_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ClusterOn
impl AstNode for ClusterOn
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 From<ClusterOn> for AlterTableAction
impl From<ClusterOn> for AlterTableAction
Source§fn from(node: ClusterOn) -> AlterTableAction
fn from(node: ClusterOn) -> AlterTableAction
Converts to this type from the input type.
impl Eq for ClusterOn
impl StructuralPartialEq for ClusterOn
Auto Trait Implementations§
impl Freeze for ClusterOn
impl !RefUnwindSafe for ClusterOn
impl !Send for ClusterOn
impl !Sync for ClusterOn
impl Unpin for ClusterOn
impl !UnwindSafe for ClusterOn
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