Struct systemctl_tui::terminal::TerminalHandler
source · pub struct TerminalHandler {
pub task: JoinHandle<()>,
/* private fields */
}Fields§
§task: JoinHandle<()>Implementations§
Auto Trait Implementations§
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