Struct epp_client::epp::request::domain::update::DomainUpdateData[][src]

pub struct DomainUpdateData<T> {
    pub xmlns: String,
    pub name: StringValue,
    pub add: Option<DomainAddRemove<T>>,
    pub remove: Option<DomainAddRemove<T>>,
    pub change_info: Option<DomainChangeInfo>,
}
Expand description

Type for elements under the <update> tag for domain update

Fields

xmlns: String

XML namespace for domain commands

name: StringValue

The name of the domain to update

add: Option<DomainAddRemove<T>>

DomainAddRemove Object containing the list of elements to be added to the domain

remove: Option<DomainAddRemove<T>>

DomainAddRemove Object containing the list of elements to be removed from the domain

change_info: Option<DomainChangeInfo>

The data under the <chg> tag for domain update

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.