Enum jsonwebtoken::Algorithm [] [src]

pub enum Algorithm {
    HS256,
    HS384,
    HS512,
}

The algorithms supported for signing/verifying

Variants

HS256
HS384
HS512

Trait Implementations

impl ToJson for Algorithm
[src]

fn to_json(&self) -> Json

Derived Implementations

impl Encodable for Algorithm
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Algorithm
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Algorithm, __D::Error>

impl Clone for Algorithm
[src]

fn clone(&self) -> Algorithm

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for Algorithm
[src]

impl PartialEq for Algorithm
[src]

fn eq(&self, __arg_0: &Algorithm) -> bool

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl Debug for Algorithm
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result