Struct epp_client::epp::response::domain::check::DomainCheckDataItem [−][src]
pub struct DomainCheckDataItem {
pub domain: DomainCheck,
pub reason: Option<StringValue>,
}Expand description
Type that represents the <cd> tag for domain check response
Fields
domain: DomainCheckData 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 DomainCheckDataItemimpl Send for DomainCheckDataItemimpl Sync for DomainCheckDataItemimpl Unpin for DomainCheckDataItemimpl UnwindSafe for DomainCheckDataItem