pub struct KeymapService {
pub keymap: Keymap,
}Fields§
§keymap: KeymapTrait Implementations§
Source§impl Debug for KeymapService
impl Debug for KeymapService
Source§impl Default for KeymapService
impl Default for KeymapService
Source§fn default() -> KeymapService
fn default() -> KeymapService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeymapService
impl RefUnwindSafe for KeymapService
impl Send for KeymapService
impl Sync for KeymapService
impl Unpin for KeymapService
impl UnsafeUnpin for KeymapService
impl UnwindSafe for KeymapService
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