Struct requestty_ui::events::CrosstermEvents
source · [−]#[non_exhaustive]pub struct CrosstermEvents {}Available on crate feature
crossterm only.Expand description
An iterator over the input keys using the crossterm crate
Implementations
Trait Implementations
sourceimpl Debug for CrosstermEvents
impl Debug for CrosstermEvents
sourceimpl Default for CrosstermEvents
impl Default for CrosstermEvents
sourcefn default() -> CrosstermEvents
fn default() -> CrosstermEvents
Returns the “default value” for a type. Read more
sourceimpl EventIterator for CrosstermEvents
impl EventIterator for CrosstermEvents
sourcefn next_event(&mut self) -> Result<KeyEvent>
fn next_event(&mut self) -> Result<KeyEvent>
Get the next event
Auto Trait Implementations
impl RefUnwindSafe for CrosstermEvents
impl Send for CrosstermEvents
impl Sync for CrosstermEvents
impl Unpin for CrosstermEvents
impl UnwindSafe for CrosstermEvents
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more