Struct instant_epp::host::delete::HostDelete
source · 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> ToXml for HostDelete<'a>
impl<'a> ToXml for HostDelete<'a>
impl Transaction<NameStore<'_>> for HostDelete<'_>
impl<'a> Transaction<NoExtension> for HostDelete<'a>
Auto Trait Implementations§
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