pub struct Execute { /* private fields */ }Implementations§
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,
Source§impl From<Execute> for ExplainStmt
impl From<Execute> for ExplainStmt
Source§fn from(node: Execute) -> ExplainStmt
fn from(node: Execute) -> ExplainStmt
Converts to this type from the input type.
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