Struct biscuit::jwk::JWKSet [] [src]

pub struct JWKSet<T> {
    pub keys: Vec<JWK<T>>,
}

A JSON object that represents a set of JWKs.

Fields

Containted JWKs

Trait Implementations

impl<T: Debug> Debug for JWKSet<T>
[src]

Formats the value using the given formatter.

impl<T: Eq> Eq for JWKSet<T>
[src]

impl<T: PartialEq> PartialEq for JWKSet<T>
[src]

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

This method tests for !=.