Struct mail_send::smtp::message::Parameters
source · pub struct Parameters<'x> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'x> Debug for Parameters<'x>
impl<'x> Debug for Parameters<'x>
source§impl<'x> Default for Parameters<'x>
impl<'x> Default for Parameters<'x>
source§fn default() -> Parameters<'x>
fn default() -> Parameters<'x>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'x> RefUnwindSafe for Parameters<'x>
impl<'x> Send for Parameters<'x>
impl<'x> Sync for Parameters<'x>
impl<'x> Unpin for Parameters<'x>
impl<'x> UnwindSafe for Parameters<'x>
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