Struct std::intrinsics::mir::UnwindActionArg
source · pub struct UnwindActionArg;
🔬This is a nightly-only experimental API. (
custom_mir
)Auto Trait Implementations§
impl Freeze for UnwindActionArg
impl RefUnwindSafe for UnwindActionArg
impl Send for UnwindActionArg
impl Sync for UnwindActionArg
impl Unpin for UnwindActionArg
impl UnwindSafe for UnwindActionArg
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