pub struct ContactCreateResponse {
pub create_data: ContactCreateData,
}Expand description
Type that represents the <resData> tag for contact create response
Fields§
§create_data: ContactCreateDataData under the <creData> tag
Trait Implementations§
Source§impl Debug for ContactCreateResponse
impl Debug for ContactCreateResponse
Source§impl<'de> Deserialize<'de> for ContactCreateResponse
impl<'de> Deserialize<'de> for ContactCreateResponse
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
Auto Trait Implementations§
impl Freeze for ContactCreateResponse
impl RefUnwindSafe for ContactCreateResponse
impl Send for ContactCreateResponse
impl Sync for ContactCreateResponse
impl Unpin for ContactCreateResponse
impl UnwindSafe for ContactCreateResponse
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