pub struct RcEmail {
pub send_email: Rc<String>,
pub receive_email: Rc<String>,
pub send_password: Rc<String>,
pub send_title: Rc<String>,
pub send_msg: Rc<String>,
pub smtp_service: Rc<String>,
}Fields§
§send_email: Rc<String>§receive_email: Rc<String>§send_password: Rc<String>§send_title: Rc<String>§send_msg: Rc<String>§smtp_service: Rc<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RcEmail
impl RefUnwindSafe for RcEmail
impl !Send for RcEmail
impl !Sync for RcEmail
impl Unpin for RcEmail
impl UnwindSafe for RcEmail
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