pub struct Tablespace { /* private fields */ }
Implementations§
Source§impl Tablespace
impl Tablespace
pub fn name_ref(&self) -> Option<NameRef>
pub fn tablespace_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for Tablespace
impl AstNode for Tablespace
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 Tablespace
impl Clone for Tablespace
Source§fn clone(&self) -> Tablespace
fn clone(&self) -> Tablespace
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 Tablespace
impl Debug for Tablespace
Source§impl Hash for Tablespace
impl Hash for Tablespace
Source§impl PartialEq for Tablespace
impl PartialEq for Tablespace
impl Eq for Tablespace
impl StructuralPartialEq for Tablespace
Auto Trait Implementations§
impl Freeze for Tablespace
impl !RefUnwindSafe for Tablespace
impl !Send for Tablespace
impl !Sync for Tablespace
impl Unpin for Tablespace
impl !UnwindSafe for Tablespace
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