pub struct EmailPasswordData {
pub email: String,
pub password: String,
}Fields§
§email: String§password: StringTrait Implementations§
Source§impl<U: User> Credentials<U, EmailPasswordData> for EmailPasswordCredentials<U>
impl<U: User> Credentials<U, EmailPasswordData> for EmailPasswordCredentials<U>
Source§impl Debug for EmailPasswordData
impl Debug for EmailPasswordData
Source§impl<'de> Deserialize<'de> for EmailPasswordData
impl<'de> Deserialize<'de> for EmailPasswordData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EmailPasswordData
impl RefUnwindSafe for EmailPasswordData
impl Send for EmailPasswordData
impl Sync for EmailPasswordData
impl Unpin for EmailPasswordData
impl UnwindSafe for EmailPasswordData
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