Struct epp_client::epp::response::EppResult [−][src]
pub struct EppResult {
pub code: u16,
pub message: StringValue,
pub ext_value: Option<ExtValue>,
}Expand description
Type corresponding to the
Fields
code: u16The result code
message: StringValueThe result message
ext_value: Option<ExtValue>Data 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 EppResultimpl UnwindSafe for EppResult