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