pub struct keyup;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for keyup
impl RefUnwindSafe for keyup
impl Send for keyup
impl Sync for keyup
impl Unpin for keyup
impl UnwindSafe for keyup
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