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