Enum biscuit::jwk::OctectKeyType [] [src]

pub enum OctectKeyType {
    Octect,
}

Key type value for an Octect symmetric 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 OctectKeyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OctectKeyType
[src]

impl Debug for OctectKeyType
[src]

Formats the value using the given formatter.

impl Eq for OctectKeyType
[src]

impl PartialEq for OctectKeyType
[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 OctectKeyType
[src]

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