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 for OctetKeyPairType
impl PartialEq 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 ==
.source§impl Serialize for OctetKeyPairType
impl Serialize for OctetKeyPairType
impl Copy for OctetKeyPairType
impl Eq for OctetKeyPairType
impl StructuralPartialEq for OctetKeyPairType
Auto Trait Implementations§
impl Freeze for OctetKeyPairType
impl RefUnwindSafe for OctetKeyPairType
impl Send for OctetKeyPairType
impl Sync for OctetKeyPairType
impl Unpin for OctetKeyPairType
impl UnwindSafe for OctetKeyPairType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)