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

pub struct EnvelopeViewShortcuts {
    pub add_addresses_to_contacts: Key,
    pub edit: Key,
    pub go_to_url: Key,
    pub open_attachment: Key,
    pub open_mailcap: Key,
    pub reply: Key,
    pub reply_to_author: Key,
    pub reply_to_all: Key,
    pub return_to_normal_view: Key,
    pub toggle_expand_headers: Key,
    pub toggle_url_mode: Key,
    pub view_raw_source: Key,
}

Fields

add_addresses_to_contacts: Keyedit: Keygo_to_url: Keyopen_attachment: Keyopen_mailcap: Keyreply: Keyreply_to_author: Keyreply_to_all: Keyreturn_to_normal_view: Keytoggle_expand_headers: Keytoggle_url_mode: Keyview_raw_source: Key

Implementations

impl EnvelopeViewShortcuts[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 EnvelopeViewShortcuts[src]

impl Debug for EnvelopeViewShortcuts[src]

impl Default for EnvelopeViewShortcuts[src]

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

impl DotAddressable for EnvelopeViewShortcuts[src]

impl Serialize for EnvelopeViewShortcuts[src]

Auto Trait Implementations

impl RefUnwindSafe for EnvelopeViewShortcuts

impl Send for EnvelopeViewShortcuts

impl Sync for EnvelopeViewShortcuts

impl Unpin for EnvelopeViewShortcuts

impl UnwindSafe for EnvelopeViewShortcuts

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]