[][src]Struct meli::components::mail::listing::ColorCache

struct ColorCache {
    theme_default: ThemeAttribute,
    unseen: ThemeAttribute,
    highlighted: ThemeAttribute,
    selected: ThemeAttribute,
    even: ThemeAttribute,
    odd: ThemeAttribute,
    even_unseen: ThemeAttribute,
    even_highlighted: ThemeAttribute,
    even_selected: ThemeAttribute,
    odd_unseen: ThemeAttribute,
    odd_highlighted: ThemeAttribute,
    odd_selected: ThemeAttribute,
    attachment_flag: ThemeAttribute,
    thread_snooze_flag: ThemeAttribute,
    tag_default: ThemeAttribute,
    subject: ThemeAttribute,
    from: ThemeAttribute,
    date: ThemeAttribute,
}

Save theme colors to avoid looking them up again and again from settings

Fields

theme_default: ThemeAttributeunseen: ThemeAttributehighlighted: ThemeAttributeselected: ThemeAttributeeven: ThemeAttributeodd: ThemeAttributeeven_unseen: ThemeAttributeeven_highlighted: ThemeAttributeeven_selected: ThemeAttributeodd_unseen: ThemeAttributeodd_highlighted: ThemeAttributeodd_selected: ThemeAttributeattachment_flag: ThemeAttributethread_snooze_flag: ThemeAttributetag_default: ThemeAttributesubject: ThemeAttributefrom: ThemeAttributedate: ThemeAttribute

Trait Implementations

impl Debug for ColorCache[src]

impl Default for ColorCache[src]

Auto Trait Implementations

impl RefUnwindSafe for ColorCache

impl Send for ColorCache

impl Sync for ColorCache

impl Unpin for ColorCache

impl UnwindSafe for ColorCache

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> 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, 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]