Struct instant_epp::domain::update::DomainRemove
source · pub struct DomainRemove<'a> {
pub ns: Option<NameServers<'a>>,
pub contacts: Option<&'a [DomainContact<'a>]>,
pub statuses: Option<&'a [Status]>,
}Expand description
Type for elements under the <add> and <rem> tags for domain update
Fields§
§ns: Option<NameServers<'a>>The list of nameservers to add or remove
Type T can be either a HostObjList or HostAttrList
contacts: Option<&'a [DomainContact<'a>]>The list of contacts to add to or remove from the domain
statuses: Option<&'a [Status]>The list of statuses to add to or remove from the domain
Trait Implementations§
source§impl<'a> Debug for DomainRemove<'a>
impl<'a> Debug for DomainRemove<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DomainRemove<'a>
impl<'a> Send for DomainRemove<'a>
impl<'a> Sync for DomainRemove<'a>
impl<'a> Unpin for DomainRemove<'a>
impl<'a> UnwindSafe for DomainRemove<'a>
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