Enum frank_jwt::Algorithm [] [src]

pub enum Algorithm {
    HS256,
    HS384,
    HS512,
    RS256,
    RS384,
    RS512,
    ES256,
    ES384,
    ES512,
}

Variants

Trait Implementations

impl Clone for Algorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Algorithm
[src]

impl ToString for Algorithm
[src]

Converts the given value to a String. Read more