Enum rs_firebase_admin_sdk::auth::token::jwt::JWTAlgorithm
source · pub enum JWTAlgorithm {
NONE,
HS256,
HS384,
HS512,
RS256,
RS384,
RS512,
ES256,
ES384,
ES512,
}Variants§
Trait Implementations§
source§impl Clone for JWTAlgorithm
impl Clone for JWTAlgorithm
source§fn clone(&self) -> JWTAlgorithm
fn clone(&self) -> JWTAlgorithm
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 JWTAlgorithm
impl Debug for JWTAlgorithm
source§impl<'de> Deserialize<'de> for JWTAlgorithm
impl<'de> Deserialize<'de> for JWTAlgorithm
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 PartialEq for JWTAlgorithm
impl PartialEq for JWTAlgorithm
source§fn eq(&self, other: &JWTAlgorithm) -> bool
fn eq(&self, other: &JWTAlgorithm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for JWTAlgorithm
impl Serialize for JWTAlgorithm
impl Eq for JWTAlgorithm
impl StructuralEq for JWTAlgorithm
impl StructuralPartialEq for JWTAlgorithm
Auto Trait Implementations§
impl RefUnwindSafe for JWTAlgorithm
impl Send for JWTAlgorithm
impl Sync for JWTAlgorithm
impl Unpin for JWTAlgorithm
impl UnwindSafe for JWTAlgorithm
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.