pub struct Neq { /* private fields */ }
Implementations§
Source§impl Neq
impl Neq
pub fn bang_token(&self) -> Option<SyntaxToken>
pub fn eq_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for Neq
impl AstNode for Neq
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 Neq
impl StructuralPartialEq for Neq
Auto Trait Implementations§
impl Freeze for Neq
impl !RefUnwindSafe for Neq
impl !Send for Neq
impl !Sync for Neq
impl Unpin for Neq
impl !UnwindSafe for Neq
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