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