Struct instant_epp::hello::Recipient
source · 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 PartialEq for Recipient
impl PartialEq for Recipient
impl Eq for Recipient
impl StructuralEq for Recipient
impl StructuralPartialEq for Recipient
Auto Trait Implementations§
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