pub struct Typer(/* private fields */);
Expand description
Source of keyboard events
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Typer
impl !RefUnwindSafe for Typer
impl Send for Typer
impl Sync for Typer
impl Unpin for Typer
impl !UnwindSafe for Typer
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