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