pub struct UserParam {
pub email: String,
pub password: String,
}Fields§
§email: String§password: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UserParam
impl RefUnwindSafe for UserParam
impl Send for UserParam
impl Sync for UserParam
impl Unpin for UserParam
impl UnwindSafe for UserParam
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