pub struct Unwind {
pub expr: Expr,
pub alias: Variable,
pub span: Span,
}Fields§
§expr: Expr§alias: Variable§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for Unwind
impl RefUnwindSafe for Unwind
impl Send for Unwind
impl Sync for Unwind
impl Unpin for Unwind
impl UnsafeUnpin for Unwind
impl UnwindSafe for Unwind
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