pub struct UserProfileResponse {
pub profile: Profile,
}
Fields§
§profile: Profile
Trait Implementations§
Source§impl Clone for UserProfileResponse
impl Clone for UserProfileResponse
Source§fn clone(&self) -> UserProfileResponse
fn clone(&self) -> UserProfileResponse
Returns a duplicate 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 UserProfileResponse
impl Debug for UserProfileResponse
Source§impl<'de> Deserialize<'de> for UserProfileResponse
impl<'de> Deserialize<'de> for UserProfileResponse
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 for UserProfileResponse
impl PartialEq for UserProfileResponse
impl StructuralPartialEq for UserProfileResponse
Auto Trait Implementations§
impl Freeze for UserProfileResponse
impl RefUnwindSafe for UserProfileResponse
impl Send for UserProfileResponse
impl Sync for UserProfileResponse
impl Unpin for UserProfileResponse
impl UnwindSafe for UserProfileResponse
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