pub struct Recipient {
pub recipient: Vec<RecipientType>,
}
Expand description
Type corresponding to <recipeint>
in the EPP greeting XML
Fields§
§recipient: Vec<RecipientType>
Trait Implementations§
Source§impl<'xml> FromXml<'xml> for Recipient
impl<'xml> FromXml<'xml> for Recipient
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<Recipient>
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>
impl Eq for Recipient
impl StructuralPartialEq for Recipient
Auto Trait Implementations§
impl Freeze for Recipient
impl RefUnwindSafe for Recipient
impl Send for Recipient
impl Sync for Recipient
impl Unpin for Recipient
impl UnwindSafe for Recipient
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