[][src]Struct meli::conf::MailUIConf

pub struct MailUIConf {
    pub pager: PagerSettingsOverride,
    pub listing: ListingSettingsOverride,
    pub notifications: NotificationsSettingsOverride,
    pub shortcuts: ShortcutsOverride,
    pub composing: ComposingSettingsOverride,
    pub identity: Option<String>,
    pub tags: TagsSettingsOverride,
    pub themes: Option<Themes>,
    pub pgp: PGPSettingsOverride,
}

Fields

pager: PagerSettingsOverridelisting: ListingSettingsOverridenotifications: NotificationsSettingsOverrideshortcuts: ShortcutsOverridecomposing: ComposingSettingsOverrideidentity: Option<String>tags: TagsSettingsOverridethemes: Option<Themes>pgp: PGPSettingsOverride

Trait Implementations

impl Clone for MailUIConf[src]

impl Debug for MailUIConf[src]

impl Default for MailUIConf[src]

impl<'de> Deserialize<'de> for MailUIConf[src]

impl DotAddressable for MailUIConf[src]

impl Serialize for MailUIConf[src]

Auto Trait Implementations

impl !RefUnwindSafe for MailUIConf

impl Send for MailUIConf

impl Sync for MailUIConf

impl Unpin for MailUIConf

impl !UnwindSafe for MailUIConf

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]