Struct ReturnToArg
struct ReturnToArg
Implementations
impl Freeze for ReturnToArg
impl RefUnwindSafe for ReturnToArg
impl Send for ReturnToArg
impl Sync for ReturnToArg
impl Unpin for ReturnToArg
impl UnsafeUnpin for ReturnToArg
impl UnwindSafe for ReturnToArg
impl<T> Any for ReturnToArg
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ReturnToArg
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ReturnToArg
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for ReturnToArg
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for ReturnToArg
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 ReturnToArg
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ReturnToArg
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>