Struct epp_client::epp::request::domain::update::DomainUpdate [−][src]
pub struct DomainUpdate<T> { /* fields omitted */ }Expand description
Type for EPP XML <update> command for domains
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<T> RefUnwindSafe for DomainUpdate<T> where
T: RefUnwindSafe, impl<T> Send for DomainUpdate<T> where
T: Send, impl<T> Sync for DomainUpdate<T> where
T: Sync, impl<T> Unpin for DomainUpdate<T> where
T: Unpin, impl<T> UnwindSafe for DomainUpdate<T> where
T: UnwindSafe,