Struct epp_client::epp::object::data::DomainContact [−][src]
Expand description
The <contact> type on domain creation and update requests
Fields
id: StringThe contact id
contact_type: StringThe contact type attr (usually admin, billing, or tech in most registries)
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