Struct rusoto_acm::KeyUsage[][src]

pub struct KeyUsage {
    pub name: Option<String>,
}

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

Fields

A string value that contains a Key Usage extension name.

Trait Implementations

impl Default for KeyUsage
[src]

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

impl Debug for KeyUsage
[src]

Formats the value using the given formatter. Read more

impl Clone for KeyUsage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KeyUsage
[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 KeyUsage

impl Sync for KeyUsage