pub struct ResponseStatus {
pub result: EppResult,
pub tr_ids: ResponseTRID,
}Expand description
Type corresponding to the <response> tag in an EPP response XML
without
Fields§
§result: EppResultData under the
tr_ids: ResponseTRIDData under the
Trait Implementations§
Source§impl Debug for ResponseStatus
impl Debug for ResponseStatus
Source§impl<'de> Deserialize<'de> for ResponseStatus
impl<'de> Deserialize<'de> for ResponseStatus
Source§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
impl Eq for ResponseStatus
Source§impl PartialEq for ResponseStatus
impl PartialEq for ResponseStatus
Source§fn eq(&self, other: &ResponseStatus) -> bool
fn eq(&self, other: &ResponseStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResponseStatus
Auto Trait Implementations§
impl Freeze for ResponseStatus
impl RefUnwindSafe for ResponseStatus
impl Send for ResponseStatus
impl Sync for ResponseStatus
impl Unpin for ResponseStatus
impl UnsafeUnpin for ResponseStatus
impl UnwindSafe for ResponseStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more