Struct epp_client::epp::response::host::check::HostCheckResult [−][src]
pub struct HostCheckResult {
pub check_data: HostCheckData,
}Expand description
Type that represents the <resData> tag for host check response
Fields
check_data: HostCheckDataData 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
Auto Trait Implementations
impl RefUnwindSafe for HostCheckResultimpl Send for HostCheckResultimpl Sync for HostCheckResultimpl Unpin for HostCheckResultimpl UnwindSafe for HostCheckResult