Struct epp_client::epp::request::host::update::HostAddRemove [−][src]
pub struct HostAddRemove {
pub addresses: Option<Vec<HostAddr>>,
pub statuses: Option<Vec<HostStatus>>,
}Expand description
Type for data under the <add> and <rem> tags
Fields
addresses: Option<Vec<HostAddr>>The IP addresses to be added to or removed from the host
statuses: Option<Vec<HostStatus>>The statuses to be added to or removed from the host
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 HostAddRemoveimpl Send for HostAddRemoveimpl Sync for HostAddRemoveimpl Unpin for HostAddRemoveimpl UnwindSafe for HostAddRemove