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