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