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