Struct qcs_api_client_openapi::models::user_profile::UserProfile
source · pub struct UserProfile {
pub email: String,
pub first_name: String,
pub last_name: String,
pub organization: String,
}Fields§
§email: String§first_name: String§last_name: String§organization: StringImplementations§
source§impl UserProfile
impl UserProfile
Trait Implementations§
source§impl Clone for UserProfile
impl Clone for UserProfile
source§fn clone(&self) -> UserProfile
fn clone(&self) -> UserProfile
Returns a copy of the value. Read more
1.0.0 · 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 UserProfile
impl Debug for UserProfile
source§impl Default for UserProfile
impl Default for UserProfile
source§fn default() -> UserProfile
fn default() -> UserProfile
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UserProfile
impl<'de> Deserialize<'de> for UserProfile
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
source§impl PartialEq<UserProfile> for UserProfile
impl PartialEq<UserProfile> for UserProfile
source§fn eq(&self, other: &UserProfile) -> bool
fn eq(&self, other: &UserProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.