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