Struct epp_client::epp::response::domain::create::DomainCreateResult [−][src]
pub struct DomainCreateResult {
pub create_data: DomainCreateData,
}Expand description
Type that represents the <resData> tag for domain create response
Fields
create_data: DomainCreateDataData under the <chkData> 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