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