pub struct MsmtpConfig {
pub accounts: BTreeMap<String, MsmtpAccount>,
pub default_account: Option<String>,
}Fields§
§accounts: BTreeMap<String, MsmtpAccount>§default_account: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for MsmtpConfig
impl Clone for MsmtpConfig
Source§fn clone(&self) -> MsmtpConfig
fn clone(&self) -> MsmtpConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MsmtpConfig
impl Debug for MsmtpConfig
Source§impl Default for MsmtpConfig
impl Default for MsmtpConfig
Source§fn default() -> MsmtpConfig
fn default() -> MsmtpConfig
Returns the “default value” for a type. Read more
impl Eq for MsmtpConfig
Source§impl PartialEq for MsmtpConfig
impl PartialEq for MsmtpConfig
impl StructuralPartialEq for MsmtpConfig
Auto Trait Implementations§
impl Freeze for MsmtpConfig
impl RefUnwindSafe for MsmtpConfig
impl Send for MsmtpConfig
impl Sync for MsmtpConfig
impl Unpin for MsmtpConfig
impl UnsafeUnpin for MsmtpConfig
impl UnwindSafe for MsmtpConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more