Struct r3bl_rs_utils::DefaultInputEventHandler
source · pub struct DefaultInputEventHandler;Implementations§
source§impl DefaultInputEventHandler
impl DefaultInputEventHandler
sourcepub async fn no_consume(
input_event: InputEvent,
exit_keys: &[InputEvent]
) -> Continuation<String>
pub async fn no_consume( input_event: InputEvent, exit_keys: &[InputEvent] ) -> Continuation<String>
This function does not consume the input_event argument. InputEvent implements Copy
(no need to pass references into this function).
Auto Trait Implementations§
impl RefUnwindSafe for DefaultInputEventHandler
impl Send for DefaultInputEventHandler
impl Sync for DefaultInputEventHandler
impl Unpin for DefaultInputEventHandler
impl UnwindSafe for DefaultInputEventHandler
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