Struct instant_epp::response::ResponseTRID
source · pub struct ResponseTRID {
pub client_tr_id: Option<String>,
pub server_tr_id: String,
}Expand description
Type corresponding to the <trID> tag in an EPP response XML
Fields§
§client_tr_id: Option<String>The client TRID
server_tr_id: StringThe server TRID
Trait Implementations§
source§impl Debug for ResponseTRID
impl Debug for ResponseTRID
source§impl<'xml> FromXml<'xml> for ResponseTRID
impl<'xml> FromXml<'xml> for ResponseTRID
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml> ) -> Result<(), Error>
type Accumulator = Option<ResponseTRID>
const KIND: Kind = ::instant_xml::Kind::Element
source§impl PartialEq for ResponseTRID
impl PartialEq for ResponseTRID
source§fn eq(&self, other: &ResponseTRID) -> bool
fn eq(&self, other: &ResponseTRID) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ResponseTRID
impl StructuralEq for ResponseTRID
impl StructuralPartialEq for ResponseTRID
Auto Trait Implementations§
impl RefUnwindSafe for ResponseTRID
impl Send for ResponseTRID
impl Sync for ResponseTRID
impl Unpin for ResponseTRID
impl UnwindSafe for ResponseTRID
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