Struct epp_client::epp::request::contact::check::ContactCheck [−][src]
pub struct ContactCheck { /* fields omitted */ }Expand description
The <command> type for contact check command
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