Struct UnwindActionArg
struct UnwindActionArg
Implementations
impl Freeze for UnwindActionArg
impl RefUnwindSafe for UnwindActionArg
impl Send for UnwindActionArg
impl Sync for UnwindActionArg
impl Unpin for UnwindActionArg
impl UnsafeUnpin for UnwindActionArg
impl UnwindSafe for UnwindActionArg
impl<T> Any for UnwindActionArg
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for UnwindActionArg
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for UnwindActionArg
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for UnwindActionArg
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for UnwindActionArg
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for UnwindActionArg
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for UnwindActionArg
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>