pub enum JsonWebKeyTypes {
Rsa,
Ec,
OctetSeq,
}
Variants§
Trait Implementations§
Source§impl Clone for JsonWebKeyTypes
impl Clone for JsonWebKeyTypes
Source§fn clone(&self) -> JsonWebKeyTypes
fn clone(&self) -> JsonWebKeyTypes
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JsonWebKeyTypes
impl Debug for JsonWebKeyTypes
Source§impl<'de> Deserialize<'de> for JsonWebKeyTypes
impl<'de> Deserialize<'de> for JsonWebKeyTypes
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 Serialize for JsonWebKeyTypes
impl Serialize for JsonWebKeyTypes
impl Copy for JsonWebKeyTypes
Auto Trait Implementations§
impl Freeze for JsonWebKeyTypes
impl RefUnwindSafe for JsonWebKeyTypes
impl Send for JsonWebKeyTypes
impl Sync for JsonWebKeyTypes
impl Unpin for JsonWebKeyTypes
impl UnwindSafe for JsonWebKeyTypes
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