pub struct SignUpUser {
pub email: String,
}Expand description
Directive representing a signup request.
Fields§
§email: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SignUpUser
impl RefUnwindSafe for SignUpUser
impl Send for SignUpUser
impl Sync for SignUpUser
impl Unpin for SignUpUser
impl UnwindSafe for SignUpUser
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