Struct rusoto_cloudtrail::PublicKey[][src]

pub struct PublicKey {
    pub fingerprint: Option<String>,
    pub validity_end_time: Option<f64>,
    pub validity_start_time: Option<f64>,
    pub value: Option<Vec<u8>>,
}

Contains information about a returned public key.

Fields

The fingerprint of the public key.

The ending time of validity of the public key.

The starting time of validity of the public key.

The DER encoded public key value in PKCS#1 format.

Trait Implementations

impl Default for PublicKey
[src]

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

impl Debug for PublicKey
[src]

Formats the value using the given formatter. Read more

impl Clone for PublicKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PublicKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for PublicKey

impl Sync for PublicKey