[][src]Struct meli::conf::AccountConf

pub struct AccountConf {
    pub account: AccountSettings,
    pub conf: FileAccount,
    pub conf_override: MailUIConf,
    pub mailbox_confs: IndexMap<String, FileMailboxConf>,
}

Fields

account: AccountSettingsconf: FileAccountconf_override: MailUIConfmailbox_confs: IndexMap<String, FileMailboxConf>

Implementations

impl AccountConf[src]

pub fn account(&self) -> &AccountSettings[src]

pub fn account_mut(&mut self) -> &mut AccountSettings[src]

pub fn conf(&self) -> &FileAccount[src]

pub fn conf_mut(&mut self) -> &mut FileAccount[src]

Trait Implementations

impl Clone for AccountConf[src]

impl Debug for AccountConf[src]

impl Default for AccountConf[src]

impl DotAddressable for AccountConf[src]

impl From<FileAccount> for AccountConf[src]

impl Serialize for AccountConf[src]

Auto Trait Implementations

impl !RefUnwindSafe for AccountConf

impl Send for AccountConf

impl Sync for AccountConf

impl Unpin for AccountConf

impl !UnwindSafe for AccountConf

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