pub struct ContactInfoResponse {
pub info_data: ContactInfoData<'static>,
}Expand description
Type that represents the <resData> tag for contact info response
Fields§
§info_data: ContactInfoData<'static>Data under the <infData> tag
Trait Implementations§
Source§impl Debug for ContactInfoResponse
impl Debug for ContactInfoResponse
Source§impl<'de> Deserialize<'de> for ContactInfoResponse
impl<'de> Deserialize<'de> for ContactInfoResponse
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 ContactInfoResponse
impl RefUnwindSafe for ContactInfoResponse
impl Send for ContactInfoResponse
impl Sync for ContactInfoResponse
impl Unpin for ContactInfoResponse
impl UnwindSafe for ContactInfoResponse
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