Struct google_dns1::OperationDnsKeyContext[][src]

pub struct OperationDnsKeyContext {
    pub new_value: Option<DnsKey>,
    pub old_value: Option<DnsKey>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The post-operation DnsKey resource.

The pre-operation DnsKey resource.

Trait Implementations

impl Default for OperationDnsKeyContext
[src]

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

impl Clone for OperationDnsKeyContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperationDnsKeyContext
[src]

Formats the value using the given formatter. Read more

impl Part for OperationDnsKeyContext
[src]

Auto Trait Implementations