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