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
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<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>
Source§impl PartialEq for ResultValue
impl PartialEq for ResultValue
impl Eq for ResultValue
impl StructuralPartialEq for ResultValue
Auto Trait Implementations§
impl Freeze for ResultValue
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