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