pub struct Rescue<'tree> {
pub span: Span,
pub body: Option<Then<'tree>>,
pub exceptions: Option<Exceptions<'tree>>,
pub variable: Option<ExceptionVariable<'tree>>,
}Fields§
§span: Span§body: Option<Then<'tree>>§exceptions: Option<Exceptions<'tree>>§variable: Option<ExceptionVariable<'tree>>Trait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for Rescue<'tree>
impl<'tree> RefUnwindSafe for Rescue<'tree>
impl<'tree> Send for Rescue<'tree>
impl<'tree> Sync for Rescue<'tree>
impl<'tree> Unpin for Rescue<'tree>
impl<'tree> UnsafeUnpin for Rescue<'tree>
impl<'tree> UnwindSafe for Rescue<'tree>
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