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