pub struct KeyBindings {
pub exit_app: KeyCode,
pub new_quest: KeyCode,
pub check_and_uncheck_quest: KeyCode,
pub list_up: KeyCode,
pub list_down: KeyCode,
pub delete_quest: KeyCode,
pub exit_adding: KeyCode,
pub save_quest: KeyCode,
}Fields§
§exit_app: KeyCode§new_quest: KeyCode§check_and_uncheck_quest: KeyCode§list_up: KeyCode§list_down: KeyCode§delete_quest: KeyCode§exit_adding: KeyCode§save_quest: KeyCodeTrait Implementations§
Source§impl Debug for KeyBindings
impl Debug for KeyBindings
Source§impl Default for KeyBindings
impl Default for KeyBindings
Source§impl<'de> Deserialize<'de> for KeyBindings
impl<'de> Deserialize<'de> for KeyBindings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for KeyBindings
impl RefUnwindSafe for KeyBindings
impl Send for KeyBindings
impl Sync for KeyBindings
impl Unpin for KeyBindings
impl UnsafeUnpin for KeyBindings
impl UnwindSafe for KeyBindings
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