pub struct KeyBindingCategory {
pub name: &'static str,
pub bindings: &'static [KeyBinding],
}Fields§
§name: &'static str§bindings: &'static [KeyBinding]Auto Trait Implementations§
impl Freeze for KeyBindingCategory
impl RefUnwindSafe for KeyBindingCategory
impl Send for KeyBindingCategory
impl Sync for KeyBindingCategory
impl Unpin for KeyBindingCategory
impl UnsafeUnpin for KeyBindingCategory
impl UnwindSafe for KeyBindingCategory
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