pub struct AstCatch {
pub arg: AstIndex,
pub block: AstIndex,
}Expand description
A catch block definition
Fields§
§arg: AstIndexThe identifier that will receive a caught error
block: AstIndexThe catch block
Trait Implementations§
impl Eq for AstCatch
impl StructuralPartialEq for AstCatch
Auto Trait Implementations§
impl Freeze for AstCatch
impl RefUnwindSafe for AstCatch
impl Send for AstCatch
impl Sync for AstCatch
impl Unpin for AstCatch
impl UnwindSafe for AstCatch
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