[][src]Struct jwt_compact_preview::alg::Es256kVerifyingKey

pub struct Es256kVerifyingKey(_);

A verification key.

Implementations

impl Es256kVerifyingKey[src]

pub fn from_slice(raw: &[u8]) -> Result<Es256kVerifyingKey>[src]

Create a verification key from a slice.

Trait Implementations

impl AsRef<PublicKey> for Es256kVerifyingKey[src]

impl Clone for Es256kVerifyingKey[src]

impl Copy for Es256kVerifyingKey[src]

impl Debug for Es256kVerifyingKey[src]

impl Eq for Es256kVerifyingKey[src]

impl PartialEq<Es256kVerifyingKey> for Es256kVerifyingKey[src]

impl StructuralEq for Es256kVerifyingKey[src]

impl StructuralPartialEq for Es256kVerifyingKey[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,