Struct epp_client::epp::request::host::create::HostCreateData [−][src]
pub struct HostCreateData {
pub name: StringValue,
pub addresses: Option<Vec<HostAddr>>,
// some fields omitted
}Expand description
Type for data under the host <create> tag
Fields
name: StringValueThe name of the host to be created
addresses: Option<Vec<HostAddr>>The list of IP addresses for 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 HostCreateDataimpl Send for HostCreateDataimpl Sync for HostCreateDataimpl Unpin for HostCreateDataimpl UnwindSafe for HostCreateData