Struct epp_client::epp::response::Greeting [−][src]
pub struct Greeting {
pub service_id: String,
pub service_date: String,
pub svc_menu: ServiceMenu,
pub dcp: Dcp,
}Expand description
Type corresponding to the
Fields
service_id: StringThe service ID
service_date: StringThe date from the EPP server
Data under the
dcp: DcpData under the
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 Greetingimpl UnwindSafe for Greeting