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