pub struct Thread<ViewTui: Tui + Send + 'static> { /* private fields */ }Expand description
A thread that updates the rendered view.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<ViewTui> Freeze for Thread<ViewTui>
impl<ViewTui> !RefUnwindSafe for Thread<ViewTui>
impl<ViewTui> Send for Thread<ViewTui>
impl<ViewTui> Sync for Thread<ViewTui>
impl<ViewTui> Unpin for Thread<ViewTui>
impl<ViewTui> !UnwindSafe for Thread<ViewTui>
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