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