Enum biscuit::jwk::RSAKeyType [] [src]

pub enum RSAKeyType {
    RSA,
}

Key type value for an RSA Key. This single value enum is a workaround for Rust not supporting associated constants.

Variants

Key type value for an RSA Key.

Trait Implementations

impl Clone for RSAKeyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RSAKeyType
[src]

impl Debug for RSAKeyType
[src]

Formats the value using the given formatter.

impl Eq for RSAKeyType
[src]

impl PartialEq for RSAKeyType
[src]

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

This method tests for !=.

impl Default for RSAKeyType
[src]

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