Struct epp_client::epp::request::domain::check::DomainList [−][src]
pub struct DomainList {
pub xmlns: String,
pub domains: Vec<StringValue>,
}Expand description
Type for <name> elements under the domain <check> tag
Fields
xmlns: StringXML namespace for domain commands
domains: Vec<StringValue>List of domains to be checked for availability
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 DomainListimpl Send for DomainListimpl Sync for DomainListimpl Unpin for DomainListimpl UnwindSafe for DomainList