pub struct LoadEmail {
pub send_email: String,
pub send_password: String,
pub receive_email: String,
pub send_title: String,
pub send_msg: String,
pub smtp_service: String,
}Fields§
§send_email: String§send_password: String§receive_email: String§send_title: String§send_msg: String§smtp_service: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for LoadEmail
impl<'de> Deserialize<'de> for LoadEmail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LoadEmail
impl RefUnwindSafe for LoadEmail
impl Send for LoadEmail
impl Sync for LoadEmail
impl Unpin for LoadEmail
impl UnwindSafe for LoadEmail
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