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