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