pub struct Arg2RetWrapper(pub Arg2Ret);
Tuple Fields§
§0: Arg2Ret
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arg2RetWrapper
impl RefUnwindSafe for Arg2RetWrapper
impl Send for Arg2RetWrapper
impl Sync for Arg2RetWrapper
impl Unpin for Arg2RetWrapper
impl UnwindSafe for Arg2RetWrapper
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