pub struct TerminalHandler {
pub task: JoinHandle<()>,
pub tui: Arc<Mutex<Tui>>,
/* private fields */
}Fields§
§task: JoinHandle<()>§tui: Arc<Mutex<Tui>>Implementations§
Auto Trait Implementations§
impl Freeze for TerminalHandler
impl !RefUnwindSafe for TerminalHandler
impl Send for TerminalHandler
impl Sync for TerminalHandler
impl Unpin for TerminalHandler
impl !UnwindSafe for TerminalHandler
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