Struct diff_tool::inputs::events::EventHandler
source · pub struct EventHandler { /* private fields */ }Expand description
A small event handler that wrap crossterm input and tick event. Each event
type is handled in its own thread and returned to a common Receiver
Implementations§
source§impl EventHandler
impl EventHandler
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