Struct epp_client::epp::response::contact::check::ContactCheckDataItem [−][src]
pub struct ContactCheckDataItem {
pub contact: ContactCheck,
pub reason: Option<StringValue>,
}Expand description
Type that represents the <cd> tag for contact check response
Fields
contact: ContactCheckData under the <id> 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