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