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