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