Enum jsonwebtoken::jwk::OctetKeyPairType
source · 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§
OctetKeyPair
Key type value for an Octet Key Pair.
Trait Implementations§
source§impl Clone for OctetKeyPairType
impl Clone for OctetKeyPairType
source§fn clone(&self) -> OctetKeyPairType
fn clone(&self) -> OctetKeyPairType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OctetKeyPairType
impl Debug for OctetKeyPairType
source§impl Default for OctetKeyPairType
impl Default for OctetKeyPairType
source§impl<'de> Deserialize<'de> for OctetKeyPairType
impl<'de> Deserialize<'de> for OctetKeyPairType
source§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
source§impl Hash for OctetKeyPairType
impl Hash for OctetKeyPairType
source§impl PartialEq<OctetKeyPairType> for OctetKeyPairType
impl PartialEq<OctetKeyPairType> for OctetKeyPairType
source§fn eq(&self, other: &OctetKeyPairType) -> bool
fn eq(&self, other: &OctetKeyPairType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.