pub struct StmtList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for StmtList
impl AstNode for StmtList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for StmtList
impl StructuralPartialEq for StmtList
Auto Trait Implementations§
impl !RefUnwindSafe for StmtList
impl !Send for StmtList
impl !Sync for StmtList
impl !UnwindSafe for StmtList
impl Freeze for StmtList
impl Unpin for StmtList
impl UnsafeUnpin for StmtList
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