Struct epp_client::epp::response::host::check::HostCheck [−][src]
pub struct HostCheck {
pub name: StringValue,
pub available: u16,
}Expand description
Type that represents the <name> tag for host check response
Fields
name: StringValueThe host name
available: u16The host (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 HostCheckimpl UnwindSafe for HostCheck