pub struct ContactPrefsUpdatedResponse {
pub user: User,
pub from_contact: Contact,
pub to_contact: Contact,
pub undocumented: BTreeMap<String, Value>,
}Fields§
§user: User§from_contact: Contact§to_contact: Contact§undocumented: BTreeMap<String, Value>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<ContactPrefsUpdatedResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContactPrefsUpdatedResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ContactPrefsUpdatedResponse
impl Serialize for ContactPrefsUpdatedResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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