Struct epp_client::epp::response::contact::create::ContactCreateResult [−][src]
pub struct ContactCreateResult {
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
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