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