pub struct SignupEmailParams {
pub user: SignupUserEmail,
}Fields§
§user: SignupUserEmailTrait Implementations§
Source§impl Debug for SignupEmailParams
impl Debug for SignupEmailParams
Auto Trait Implementations§
impl Freeze for SignupEmailParams
impl RefUnwindSafe for SignupEmailParams
impl Send for SignupEmailParams
impl Sync for SignupEmailParams
impl Unpin for SignupEmailParams
impl UnwindSafe for SignupEmailParams
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