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