Struct epp_client::epp::request::host::delete::HostDelete [−][src]
pub struct HostDelete { /* fields omitted */ }Expand description
Type for EPP XML <delete> command for hosts
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for HostDeleteimpl Send for HostDeleteimpl Sync for HostDeleteimpl Unpin for HostDeleteimpl UnwindSafe for HostDelete