Struct systemctl_tui::event::EventHandler
source · pub struct EventHandler {
pub task: JoinHandle<()>,
/* private fields */
}Fields§
§task: JoinHandle<()>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EventHandler
impl Send for EventHandler
impl Sync for EventHandler
impl Unpin for EventHandler
impl UnwindSafe for EventHandler
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