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