Struct epp_client::epp::response::host::create::HostCreateResult [−][src]
pub struct HostCreateResult {
pub create_data: HostCreateData,
}Expand description
Type that represents the <resData> tag for host check response
Fields
create_data: HostCreateDataData 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
Auto Trait Implementations
impl RefUnwindSafe for HostCreateResultimpl Send for HostCreateResultimpl Sync for HostCreateResultimpl Unpin for HostCreateResultimpl UnwindSafe for HostCreateResult