Enum simple_jwt::Algorithm [] [src]

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

Variants

Trait Implementations

impl Debug for Algorithm
[src]

[src]

Formats the value using the given formatter.

impl Clone for Algorithm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Algorithm
[src]

impl PartialEq for Algorithm
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Default for Algorithm
[src]

[src]

Returns the "default value" for a type. Read more