Struct epp_client::epp::response::host::check::HostCheckDataItem [−][src]
pub struct HostCheckDataItem {
pub host: HostCheck,
pub reason: Option<StringValue>,
}Expand description
Type that represents the <cd> tag for host check response
Fields
host: HostCheckData under the <name> tag
reason: Option<StringValue>The reason for (un)availability
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 HostCheckDataItemimpl Send for HostCheckDataItemimpl Sync for HostCheckDataItemimpl Unpin for HostCheckDataItemimpl UnwindSafe for HostCheckDataItem