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