pub enum UnsecuredJwsAlgorithm {
None,
}Variants§
None
Implementations§
Source§impl UnsecuredJwsAlgorithm
impl UnsecuredJwsAlgorithm
pub fn signer(&self) -> UnsecuredJwsSigner
pub fn verifier(&self) -> UnsecuredJwsVerifier
Trait Implementations§
Source§impl Clone for UnsecuredJwsAlgorithm
impl Clone for UnsecuredJwsAlgorithm
Source§fn clone(&self) -> UnsecuredJwsAlgorithm
fn clone(&self) -> UnsecuredJwsAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsecuredJwsAlgorithm
Source§impl Debug for UnsecuredJwsAlgorithm
impl Debug for UnsecuredJwsAlgorithm
Source§impl Deref for UnsecuredJwsAlgorithm
impl Deref for UnsecuredJwsAlgorithm
impl Eq for UnsecuredJwsAlgorithm
Source§impl JwsAlgorithm for UnsecuredJwsAlgorithm
impl JwsAlgorithm for UnsecuredJwsAlgorithm
Source§impl PartialEq for UnsecuredJwsAlgorithm
impl PartialEq for UnsecuredJwsAlgorithm
Source§fn eq(&self, other: &UnsecuredJwsAlgorithm) -> bool
fn eq(&self, other: &UnsecuredJwsAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnsecuredJwsAlgorithm
Auto Trait Implementations§
impl Freeze for UnsecuredJwsAlgorithm
impl RefUnwindSafe for UnsecuredJwsAlgorithm
impl Send for UnsecuredJwsAlgorithm
impl Sync for UnsecuredJwsAlgorithm
impl Unpin for UnsecuredJwsAlgorithm
impl UnsafeUnpin for UnsecuredJwsAlgorithm
impl UnwindSafe for UnsecuredJwsAlgorithm
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.