pub struct UnwindActionArg;
๐ฌThis is a nightly-only experimental API. (
custom_mir
)Available on non-crate feature
ferrocene_certified
only.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
Available on non-crate feature
ferrocene_certified
only.Mutably borrows from an owned value. Read more