pub struct SendmailConfig {
pub command: String,
}Expand description
Sendmail 传输配置
Fields§
§command: Stringsendmail 命令路径
Trait Implementations§
Source§impl Clone for SendmailConfig
impl Clone for SendmailConfig
Source§fn clone(&self) -> SendmailConfig
fn clone(&self) -> SendmailConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 SendmailConfig
impl Debug for SendmailConfig
Auto Trait Implementations§
impl Freeze for SendmailConfig
impl RefUnwindSafe for SendmailConfig
impl Send for SendmailConfig
impl Sync for SendmailConfig
impl Unpin for SendmailConfig
impl UnsafeUnpin for SendmailConfig
impl UnwindSafe for SendmailConfig
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