Struct tui_components::Wrapper
source · [−]Tuple Fields
0: &'a mut ATrait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more