pub struct UserMail {
pub mail: Mail,
pub user_id: u64,
}Fields§
§mail: Mail§user_id: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserMail
impl RefUnwindSafe for UserMail
impl Send for UserMail
impl Sync for UserMail
impl Unpin for UserMail
impl UnwindSafe for UserMail
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