Struct google_cloudiot1::PublicKeyCredential[][src]

pub struct PublicKeyCredential {
    pub key: Option<String>,
    pub format: Option<String>,
}

A public key format and data.

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

Fields

The key data.

The format of the key.

Trait Implementations

impl Default for PublicKeyCredential
[src]

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

impl Clone for PublicKeyCredential
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PublicKeyCredential
[src]

Formats the value using the given formatter. Read more

impl Part for PublicKeyCredential
[src]

Auto Trait Implementations