pub struct UserProfileUpdatedResponse {
pub user: User,
pub from_profile: Profile,
pub to_profile: Profile,
pub update_summary: UserProfileUpdateSummary,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§user: User§from_profile: Profile§to_profile: Profile§update_summary: UserProfileUpdateSummary§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for UserProfileUpdatedResponse
impl Clone for UserProfileUpdatedResponse
Source§fn clone(&self) -> UserProfileUpdatedResponse
fn clone(&self) -> UserProfileUpdatedResponse
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 UserProfileUpdatedResponse
impl Debug for UserProfileUpdatedResponse
Source§impl<'de> Deserialize<'de> for UserProfileUpdatedResponse
impl<'de> Deserialize<'de> for UserProfileUpdatedResponse
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 UserProfileUpdatedResponse
Auto Trait Implementations§
impl Freeze for UserProfileUpdatedResponse
impl RefUnwindSafe for UserProfileUpdatedResponse
impl Send for UserProfileUpdatedResponse
impl Sync for UserProfileUpdatedResponse
impl Unpin for UserProfileUpdatedResponse
impl UnwindSafe for UserProfileUpdatedResponse
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