Struct epp_client::epp::object::data::HostAddr [−][src]
Expand description
The <hostAddr> types domain or host transactions
Fields
ip_version: Option<String>address: StringImplementations
Creates a ‘v4’ type HostAddr (mostly useful when you don’t want to include an ‘ip’ attr in the XML)
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