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