Struct google_dns1::DnsKeyDigest[][src]

pub struct DnsKeyDigest {
    pub type_: Option<String>,
    pub digest: Option<String>,
}

There is no detailed description.

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

Fields

Specifies the algorithm used to calculate this digest.

The base-16 encoded bytes of this digest. Suitable for use in a DS resource record.

Trait Implementations

impl Default for DnsKeyDigest
[src]

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

impl Clone for DnsKeyDigest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DnsKeyDigest
[src]

Formats the value using the given formatter. Read more

impl Part for DnsKeyDigest
[src]

Auto Trait Implementations