pub struct TryCatch<'scope, 'obj, P> { /* private fields */ }Expand description
An external exception handler.
Implementations§
Source§impl<'scope, P: NewTryCatch<'scope>> TryCatch<'scope, '_, P>
impl<'scope, P: NewTryCatch<'scope>> TryCatch<'scope, '_, P>
pub fn new(param: &'scope mut P) -> ScopeStorage<P::NewScope>
Auto Trait Implementations§
impl<'scope, 'obj, P> Freeze for TryCatch<'scope, 'obj, P>
impl<'scope, 'obj, P> RefUnwindSafe for TryCatch<'scope, 'obj, P>where
P: RefUnwindSafe,
impl<'scope, 'obj, P> Send for TryCatch<'scope, 'obj, P>where
P: Send,
impl<'scope, 'obj, P> Sync for TryCatch<'scope, 'obj, P>where
P: Sync,
impl<'scope, 'obj, P> !Unpin for TryCatch<'scope, 'obj, P>
impl<'scope, 'obj, P> !UnwindSafe for TryCatch<'scope, 'obj, P>
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