Enum simple_jwt::Algorithm
[−]
[src]
pub enum Algorithm {
HS256,
HS384,
HS512,
RS256,
RS384,
RS512,
ES256,
ES384,
ES512,
}Variants
HS256HS384HS512RS256RS384RS512ES256ES384ES512Trait Implementations
impl Debug for Algorithm[src]
impl Clone for Algorithm[src]
fn clone(&self) -> Algorithm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Algorithm[src]
impl PartialEq for Algorithm[src]
fn eq(&self, __arg_0: &Algorithm) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.