pub struct SignUpByEmailResponse {
pub id_token: String,
pub email: String,
pub refresh_token: String,
pub expires_in: String,
pub local_id: String,
}Fields§
§id_token: String§email: String§refresh_token: String§expires_in: String§local_id: StringTrait Implementations§
Source§impl Debug for SignUpByEmailResponse
impl Debug for SignUpByEmailResponse
Source§impl<'de> Deserialize<'de> for SignUpByEmailResponse
impl<'de> Deserialize<'de> for SignUpByEmailResponse
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 SignUpByEmailResponse
impl RefUnwindSafe for SignUpByEmailResponse
impl Send for SignUpByEmailResponse
impl Sync for SignUpByEmailResponse
impl Unpin for SignUpByEmailResponse
impl UnwindSafe for SignUpByEmailResponse
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