Enum frank_jwt::Algorithm [] [src]

pub enum Algorithm {
    HS256,
    HS384,
    HS512,
    RS256,
}

Variants

HS256HS384HS512RS256

Trait Implementations

impl Copy 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 ToString for Algorithm
[src]

fn to_string(&self) -> String

Converts the given value to a String. Read more