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: Stringfirst_name: Stringlast_name: Stringorganization: StringImplementations
sourceimpl UserProfile
impl UserProfile
Trait Implementations
sourceimpl Clone for UserProfile
impl Clone for UserProfile
sourcefn clone(&self) -> UserProfile
fn clone(&self) -> UserProfile
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UserProfile
impl Debug for UserProfile
sourceimpl Default for UserProfile
impl Default for UserProfile
sourcefn default() -> UserProfile
fn default() -> UserProfile
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UserProfile
impl<'de> Deserialize<'de> for UserProfile
sourcefn 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
sourceimpl PartialEq<UserProfile> for UserProfile
impl PartialEq<UserProfile> for UserProfile
sourcefn eq(&self, other: &UserProfile) -> bool
fn eq(&self, other: &UserProfile) -> bool
sourceimpl Serialize for UserProfile
impl Serialize for UserProfile
impl StructuralPartialEq for UserProfile
Auto Trait Implementations
impl RefUnwindSafe for UserProfile
impl Send for UserProfile
impl Sync for UserProfile
impl Unpin for UserProfile
impl UnwindSafe for UserProfile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more