Enum jsonwebtoken::jwk::OctetKeyPairType [−][src]
pub enum OctetKeyPairType {
OctetKeyPair,
}Expand description
Key type value for an Octet Key Pair. This single value enum is a workaround for Rust not supporting associated constants.
Variants
Key type value for an Octet Key Pair.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for OctetKeyPairType
impl Send for OctetKeyPairType
impl Sync for OctetKeyPairType
impl Unpin for OctetKeyPairType
impl UnwindSafe for OctetKeyPairType
Blanket Implementations
Mutably borrows from an owned value. Read more