pub struct ShortcutConfig {
pub cli_aliases: BTreeMap<String, String>,
pub tui_keybindings: BTreeMap<String, String>,
pub custom_user_shortcuts: BTreeMap<String, String>,
}Fields§
§cli_aliases: BTreeMap<String, String>§tui_keybindings: BTreeMap<String, String>§custom_user_shortcuts: BTreeMap<String, String>Implementations§
Trait Implementations§
Source§impl Clone for ShortcutConfig
impl Clone for ShortcutConfig
Source§impl Debug for ShortcutConfig
impl Debug for ShortcutConfig
Source§impl Default for ShortcutConfig
impl Default for ShortcutConfig
Source§impl<'de> Deserialize<'de> for ShortcutConfig
impl<'de> Deserialize<'de> for ShortcutConfig
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 ShortcutConfig
impl RefUnwindSafe for ShortcutConfig
impl Send for ShortcutConfig
impl Sync for ShortcutConfig
impl Unpin for ShortcutConfig
impl UnsafeUnpin for ShortcutConfig
impl UnwindSafe for ShortcutConfig
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