pub struct AuthRegistrationRequest {
pub email: String,
}Fields§
§email: StringTrait Implementations§
Source§impl Clone for AuthRegistrationRequest
impl Clone for AuthRegistrationRequest
Source§fn clone(&self) -> AuthRegistrationRequest
fn clone(&self) -> AuthRegistrationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthRegistrationRequest
impl Debug for AuthRegistrationRequest
Source§impl<'de> Deserialize<'de> for AuthRegistrationRequest
impl<'de> Deserialize<'de> for AuthRegistrationRequest
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
impl Eq for AuthRegistrationRequest
Source§impl PartialEq for AuthRegistrationRequest
impl PartialEq for AuthRegistrationRequest
Source§impl Serialize for AuthRegistrationRequest
impl Serialize for AuthRegistrationRequest
impl StructuralPartialEq for AuthRegistrationRequest
Auto Trait Implementations§
impl Freeze for AuthRegistrationRequest
impl RefUnwindSafe for AuthRegistrationRequest
impl Send for AuthRegistrationRequest
impl Sync for AuthRegistrationRequest
impl Unpin for AuthRegistrationRequest
impl UnsafeUnpin for AuthRegistrationRequest
impl UnwindSafe for AuthRegistrationRequest
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