pub struct LoginWithEmailParam<'a> {
pub email: &'a str,
pub code: &'a str,
pub password: &'a str,
}Fields§
§email: &'a str§code: &'a str§password: &'a strAuto Trait Implementations§
impl<'a> Freeze for LoginWithEmailParam<'a>
impl<'a> RefUnwindSafe for LoginWithEmailParam<'a>
impl<'a> Send for LoginWithEmailParam<'a>
impl<'a> Sync for LoginWithEmailParam<'a>
impl<'a> Unpin for LoginWithEmailParam<'a>
impl<'a> UnwindSafe for LoginWithEmailParam<'a>
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