pub struct CatchClauseData {
pub meta: Meta,
pub param: Box<PatternType>,
pub body: BlockStatementData,
}Fields§
§meta: Meta§param: Box<PatternType>§body: BlockStatementDataTrait Implementations§
Source§impl Debug for CatchClauseData
impl Debug for CatchClauseData
Auto Trait Implementations§
impl Freeze for CatchClauseData
impl RefUnwindSafe for CatchClauseData
impl !Send for CatchClauseData
impl !Sync for CatchClauseData
impl Unpin for CatchClauseData
impl UnwindSafe for CatchClauseData
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