pub struct ExceptionNode {
pub range: Range,
pub identifier: IdentifierNode,
pub fields: Vec<FieldNode>,
}Fields§
§range: Range§identifier: IdentifierNode§fields: Vec<FieldNode>Trait Implementations§
Source§impl Debug for ExceptionNode
impl Debug for ExceptionNode
Auto Trait Implementations§
impl Freeze for ExceptionNode
impl RefUnwindSafe for ExceptionNode
impl Send for ExceptionNode
impl Sync for ExceptionNode
impl Unpin for ExceptionNode
impl UnsafeUnpin for ExceptionNode
impl UnwindSafe for ExceptionNode
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