pub struct DomainCreate<'a> {
pub domain: DomainCreateRequestData<'a>,
}
Expand description
Type for EPP XML <create> command for domains
Fields§
§domain: DomainCreateRequestData<'a>
The data for the domain to be created with
T being the type of nameserver list (HostObjList
or HostAttrList
)
to be supplied
Implementations§
Trait Implementations§
Source§impl<'a> Command for DomainCreate<'a>
impl<'a> Command for DomainCreate<'a>
Source§impl<'a> Debug for DomainCreate<'a>
impl<'a> Debug for DomainCreate<'a>
Source§impl<'a> Serialize for DomainCreate<'a>
impl<'a> Serialize for DomainCreate<'a>
impl Transaction<NameStore<'_>> for DomainCreate<'_>
impl<'a> Transaction<NoExtension> for DomainCreate<'a>
Auto Trait Implementations§
impl<'a> Freeze for DomainCreate<'a>
impl<'a> RefUnwindSafe for DomainCreate<'a>
impl<'a> Send for DomainCreate<'a>
impl<'a> Sync for DomainCreate<'a>
impl<'a> Unpin for DomainCreate<'a>
impl<'a> UnwindSafe for DomainCreate<'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