pub struct ResetPasswordForEmailPayload {
pub email: String,
}Fields§
§email: StringTrait Implementations§
source§impl Debug for ResetPasswordForEmailPayload
impl Debug for ResetPasswordForEmailPayload
source§impl<'de> Deserialize<'de> for ResetPasswordForEmailPayload
impl<'de> Deserialize<'de> for ResetPasswordForEmailPayload
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 ResetPasswordForEmailPayload
impl RefUnwindSafe for ResetPasswordForEmailPayload
impl Send for ResetPasswordForEmailPayload
impl Sync for ResetPasswordForEmailPayload
impl Unpin for ResetPasswordForEmailPayload
impl UnwindSafe for ResetPasswordForEmailPayload
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