pub struct CompleteOAuthLoginResponse {
pub api_key: String,
pub email: String,
}Expand description
CompleteOAuthLoginResponse model.
Fields§
§api_key: String§email: StringTrait Implementations§
Source§impl Clone for CompleteOAuthLoginResponse
impl Clone for CompleteOAuthLoginResponse
Source§fn clone(&self) -> CompleteOAuthLoginResponse
fn clone(&self) -> CompleteOAuthLoginResponse
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 CompleteOAuthLoginResponse
impl Debug for CompleteOAuthLoginResponse
Source§impl Default for CompleteOAuthLoginResponse
impl Default for CompleteOAuthLoginResponse
Source§fn default() -> CompleteOAuthLoginResponse
fn default() -> CompleteOAuthLoginResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompleteOAuthLoginResponse
impl<'de> Deserialize<'de> for CompleteOAuthLoginResponse
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 StructuralPartialEq for CompleteOAuthLoginResponse
Auto Trait Implementations§
impl Freeze for CompleteOAuthLoginResponse
impl RefUnwindSafe for CompleteOAuthLoginResponse
impl Send for CompleteOAuthLoginResponse
impl Sync for CompleteOAuthLoginResponse
impl Unpin for CompleteOAuthLoginResponse
impl UnsafeUnpin for CompleteOAuthLoginResponse
impl UnwindSafe for CompleteOAuthLoginResponse
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