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