Struct jsonwebtoken_rustcrypto::jwk::JWKDecodingKey
source · [−]pub struct JWKDecodingKey {
pub alg: Option<Algorithm>,
pub kid: Option<String>,
pub key: DecodingKey,
}Fields
alg: Option<Algorithm>kid: Option<String>key: DecodingKeyImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JWKDecodingKey
impl Send for JWKDecodingKey
impl Sync for JWKDecodingKey
impl Unpin for JWKDecodingKey
impl UnwindSafe for JWKDecodingKey
Blanket Implementations
Mutably borrows from an owned value. Read more