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