Struct epp_client::epp::response::CommandResponse [−][src]
pub struct CommandResponse<T> {
pub result: EppResult,
pub message_queue: Option<MessageQueue>,
pub res_data: Option<T>,
pub tr_ids: ResponseTRID,
}Expand description
Type corresponding to the <response> tag in an EPP response XML
Fields
result: EppResultData under the
message_queue: Option<MessageQueue>Data under the
res_data: Option<T>Data under the <resData> tag
tr_ids: ResponseTRIDData under the
Implementations
Returns the data under the corresponding <resData> from the EPP XML
Returns the data under the corresponding
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for CommandResponse<T> where
T: RefUnwindSafe, impl<T> Send for CommandResponse<T> where
T: Send, impl<T> Sync for CommandResponse<T> where
T: Sync, impl<T> Unpin for CommandResponse<T> where
T: Unpin, impl<T> UnwindSafe for CommandResponse<T> where
T: UnwindSafe,