Struct epp_client::epp::response::contact::check::ContactCheck [−][src]
pub struct ContactCheck {
pub id: StringValue,
pub available: u16,
}Expand description
Type that represents the <id> tag for contact check response
Fields
id: StringValueThe text of the <id> tag
available: u16The avail attr on the <id> tag
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