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