pub struct ScriptStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ScriptStmt
impl AstNode for ScriptStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ScriptStmt
impl Clone for ScriptStmt
Source§fn clone(&self) -> ScriptStmt
fn clone(&self) -> ScriptStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScriptStmt
impl Debug for ScriptStmt
impl Eq for ScriptStmt
Source§impl Hash for ScriptStmt
impl Hash for ScriptStmt
Source§impl PartialEq for ScriptStmt
impl PartialEq for ScriptStmt
impl StructuralPartialEq for ScriptStmt
Auto Trait Implementations§
impl !RefUnwindSafe for ScriptStmt
impl !Send for ScriptStmt
impl !Sync for ScriptStmt
impl !UnwindSafe for ScriptStmt
impl Freeze for ScriptStmt
impl Unpin for ScriptStmt
impl UnsafeUnpin for ScriptStmt
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