[][src]Struct meli::conf::shortcuts::ComposingShortcuts

pub struct ComposingShortcuts {
    pub edit_mail: Key,
    pub send_mail: Key,
    pub scroll_up: Key,
    pub scroll_down: Key,
}

Fields

edit_mail: Keysend_mail: Keyscroll_up: Keyscroll_down: Key

Implementations

impl ComposingShortcuts[src]

pub fn key_desc(&self, key: &str) -> &'static str[src]

Returns a shortcut's description

pub fn key_values(&self) -> IndexMap<&'static str, Key>[src]

Returns a hashmap of all shortcuts and their values

Trait Implementations

impl Clone for ComposingShortcuts[src]

impl Debug for ComposingShortcuts[src]

impl Default for ComposingShortcuts[src]

impl<'de> Deserialize<'de> for ComposingShortcuts where
    ComposingShortcuts: Default
[src]

impl DotAddressable for ComposingShortcuts[src]

impl Serialize for ComposingShortcuts[src]

Auto Trait Implementations

impl RefUnwindSafe for ComposingShortcuts

impl Send for ComposingShortcuts

impl Sync for ComposingShortcuts

impl Unpin for ComposingShortcuts

impl UnwindSafe for ComposingShortcuts

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]