Struct epp_client::epp::object::data::HostAttrList [−][src]
Expand description
The list of <hostAttr> types for domain transactions. Typically under an <ns> tag
Fields
hosts: Vec<HostAttr>The list of <hostAttr> tags
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
Auto Trait Implementations
impl RefUnwindSafe for HostAttrListimpl Send for HostAttrListimpl Sync for HostAttrListimpl Unpin for HostAttrListimpl UnwindSafe for HostAttrList