pub struct Wrapper<'a, A: App>(pub &'a mut A);
Tuple Fields§
§0: &'a mut A
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for Wrapper<'a, A>
impl<'a, A> RefUnwindSafe for Wrapper<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for Wrapper<'a, A>where
A: Send,
impl<'a, A> Sync for Wrapper<'a, A>where
A: Sync,
impl<'a, A> Unpin for Wrapper<'a, A>
impl<'a, A> !UnwindSafe for Wrapper<'a, A>
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