Struct epp_client::epp::request::domain::update::DomainChangeInfo [−][src]
pub struct DomainChangeInfo {
pub registrant: Option<StringValue>,
pub auth_info: Option<AuthInfo>,
}Expand description
Type for elements under the <chg> tag for domain update
Fields
registrant: Option<StringValue>The new registrant contact for the domain
auth_info: Option<AuthInfo>The new auth info for the domain
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