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