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