pub struct SignUpRequest {
pub email: String,
pub password: String,
pub return_secure_token: bool,
}Fields§
§email: String§password: String§return_secure_token: boolTrait Implementations§
Source§impl Debug for SignUpRequest
impl Debug for SignUpRequest
Auto Trait Implementations§
impl Freeze for SignUpRequest
impl RefUnwindSafe for SignUpRequest
impl Send for SignUpRequest
impl Sync for SignUpRequest
impl Unpin for SignUpRequest
impl UnwindSafe for SignUpRequest
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