pub struct HostCreate<'a> { /* private fields */ }
Expand description
Type for EPP XML <create> command for hosts
Implementations§
Trait Implementations§
Source§impl<'a> Command for HostCreate<'a>
impl<'a> Command for HostCreate<'a>
Source§impl<'a> Debug for HostCreate<'a>
impl<'a> Debug for HostCreate<'a>
Source§impl<'a> Serialize for HostCreate<'a>
impl<'a> Serialize for HostCreate<'a>
impl Transaction<NameStore<'_>> for HostCreate<'_>
impl<'a> Transaction<NoExtension> for HostCreate<'a>
Auto Trait Implementations§
impl<'a> Freeze for HostCreate<'a>
impl<'a> RefUnwindSafe for HostCreate<'a>
impl<'a> Send for HostCreate<'a>
impl<'a> Sync for HostCreate<'a>
impl<'a> Unpin for HostCreate<'a>
impl<'a> UnwindSafe for HostCreate<'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