Struct instant_epp::response::ResultValue
source · pub struct ResultValue {
pub undef: Undef,
}Expand description
Type corresponding to the <value> tag under <extValue> in an EPP response XML
Fields§
§undef: UndefThe <undef> element
Trait Implementations§
source§impl Debug for ResultValue
impl Debug for ResultValue
source§impl<'xml> FromXml<'xml> for ResultValue
impl<'xml> FromXml<'xml> for ResultValue
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<ResultValue>
const KIND: Kind = ::instant_xml::Kind::Element
source§impl PartialEq for ResultValue
impl PartialEq for ResultValue
source§fn eq(&self, other: &ResultValue) -> bool
fn eq(&self, other: &ResultValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ResultValue
impl StructuralEq for ResultValue
impl StructuralPartialEq for ResultValue
Auto Trait Implementations§
impl RefUnwindSafe for ResultValue
impl Send for ResultValue
impl Sync for ResultValue
impl Unpin for ResultValue
impl UnwindSafe for ResultValue
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