pub struct KeyMap<A> { /* private fields */ }Expand description
Keymap for mapping keys to actions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for KeyMap<A>
impl<A> RefUnwindSafe for KeyMap<A>where
A: RefUnwindSafe,
impl<A> Send for KeyMap<A>where
A: Send,
impl<A> Sync for KeyMap<A>where
A: Sync,
impl<A> Unpin for KeyMap<A>where
A: Unpin,
impl<A> UnsafeUnpin for KeyMap<A>
impl<A> UnwindSafe for KeyMap<A>where
A: UnwindSafe,
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