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