pub struct TryCatchExpr {
pub bind: ArcStr,
pub constraint: Option<Type>,
pub handler: Arc<Expr>,
pub exprs: Arc<[Expr]>,
}Fields§
§bind: ArcStr§constraint: Option<Type>§handler: Arc<Expr>§exprs: Arc<[Expr]>Trait Implementations§
Source§impl Clone for TryCatchExpr
impl Clone for TryCatchExpr
Source§fn clone(&self) -> TryCatchExpr
fn clone(&self) -> TryCatchExpr
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 TryCatchExpr
impl Debug for TryCatchExpr
Source§impl PartialEq for TryCatchExpr
impl PartialEq for TryCatchExpr
Source§impl PartialOrd for TryCatchExpr
impl PartialOrd for TryCatchExpr
impl StructuralPartialEq for TryCatchExpr
Auto Trait Implementations§
impl Freeze for TryCatchExpr
impl !RefUnwindSafe for TryCatchExpr
impl Send for TryCatchExpr
impl Sync for TryCatchExpr
impl Unpin for TryCatchExpr
impl !UnwindSafe for TryCatchExpr
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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