Struct rusoto_route53domains::ExtraParam [] [src]

pub struct ExtraParam {
    pub name: String,
    pub value: String,
}

ExtraParam includes the following elements.

Fields

Name of the additional parameter required by the top-level domain.

Values corresponding to the additional parameter names required by some top-level domains.

Trait Implementations

impl Default for ExtraParam
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ExtraParam
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExtraParam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ExtraParam

impl Sync for ExtraParam