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