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

pub struct ThreadViewShortcuts {
    pub scroll_up: Key,
    pub scroll_down: Key,
    pub collapse_subtree: Key,
    pub next_page: Key,
    pub prev_page: Key,
    pub reverse_thread_order: Key,
    pub toggle_mailview: Key,
    pub toggle_threadview: Key,
}

Fields

scroll_up: Keyscroll_down: Keycollapse_subtree: Keynext_page: Keyprev_page: Keyreverse_thread_order: Keytoggle_mailview: Keytoggle_threadview: Key

Implementations

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

impl Debug for ThreadViewShortcuts[src]

impl Default for ThreadViewShortcuts[src]

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

impl DotAddressable for ThreadViewShortcuts[src]

impl Serialize for ThreadViewShortcuts[src]

Auto Trait Implementations

impl RefUnwindSafe for ThreadViewShortcuts

impl Send for ThreadViewShortcuts

impl Sync for ThreadViewShortcuts

impl Unpin for ThreadViewShortcuts

impl UnwindSafe for ThreadViewShortcuts

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]