pub struct CaseStmtWhen { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for CaseStmtWhen
impl AstNode for CaseStmtWhen
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for CaseStmtWhen
impl Clone for CaseStmtWhen
Source§fn clone(&self) -> CaseStmtWhen
fn clone(&self) -> CaseStmtWhen
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CaseStmtWhen
impl Debug for CaseStmtWhen
impl Eq for CaseStmtWhen
Source§impl Hash for CaseStmtWhen
impl Hash for CaseStmtWhen
Source§impl PartialEq for CaseStmtWhen
impl PartialEq for CaseStmtWhen
impl StructuralPartialEq for CaseStmtWhen
Auto Trait Implementations§
impl !RefUnwindSafe for CaseStmtWhen
impl !Send for CaseStmtWhen
impl !Sync for CaseStmtWhen
impl !UnwindSafe for CaseStmtWhen
impl Freeze for CaseStmtWhen
impl Unpin for CaseStmtWhen
impl UnsafeUnpin for CaseStmtWhen
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