pub struct CatchExpression {
pub param: Param,
pub body: Block,
}
Fields§
§param: Param
§body: Block
Trait Implementations§
Source§impl Clone for CatchExpression
impl Clone for CatchExpression
Source§fn clone(&self) -> CatchExpression
fn clone(&self) -> CatchExpression
Returns a duplicate of the value. Read more
1.0.0 · 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 CatchExpression
impl Debug for CatchExpression
Source§impl PartialEq for CatchExpression
impl PartialEq for CatchExpression
impl StructuralPartialEq for CatchExpression
Auto Trait Implementations§
impl Freeze for CatchExpression
impl RefUnwindSafe for CatchExpression
impl Send for CatchExpression
impl Sync for CatchExpression
impl Unpin for CatchExpression
impl UnwindSafe for CatchExpression
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