pub struct IsNot { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AstNode for IsNot
impl AstNode for IsNot
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,
impl Eq for IsNot
impl StructuralPartialEq for IsNot
Auto Trait Implementations§
impl Freeze for IsNot
impl !RefUnwindSafe for IsNot
impl !Send for IsNot
impl !Sync for IsNot
impl Unpin for IsNot
impl !UnwindSafe for IsNot
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