Struct instant_epp::hello::PersonalAndOther
source · pub struct PersonalAndOther;Expand description
Type corresponding to <personalAndOther> in the EPP greeting XML
Trait Implementations§
source§impl Debug for PersonalAndOther
impl Debug for PersonalAndOther
source§impl<'xml> FromXml<'xml> for PersonalAndOther
impl<'xml> FromXml<'xml> for PersonalAndOther
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<PersonalAndOther>
const KIND: Kind = ::instant_xml::Kind::Element
source§impl PartialEq for PersonalAndOther
impl PartialEq for PersonalAndOther
source§fn eq(&self, other: &PersonalAndOther) -> bool
fn eq(&self, other: &PersonalAndOther) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PersonalAndOther
impl StructuralEq for PersonalAndOther
impl StructuralPartialEq for PersonalAndOther
Auto Trait Implementations§
impl RefUnwindSafe for PersonalAndOther
impl Send for PersonalAndOther
impl Sync for PersonalAndOther
impl Unpin for PersonalAndOther
impl UnwindSafe for PersonalAndOther
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