Enum fractal_dto::v1::oauth::TokenTypeDTO [] [src]

pub enum TokenTypeDTO {
    Bearer,
}

Enum representing token type.

Currently only using bearer.

Variants

OAuth Bearer token type

Trait Implementations

impl Debug for TokenTypeDTO
[src]

Formats the value using the given formatter.

impl Clone for TokenTypeDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for TokenTypeDTO
[src]

impl Encodable for TokenTypeDTO
[src]

impl PartialEq for TokenTypeDTO
[src]

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

This method tests for !=.

impl Eq for TokenTypeDTO
[src]

impl Copy for TokenTypeDTO
[src]

impl Display for TokenTypeDTO
[src]

Formats the value using the given formatter.

impl DTO for TokenTypeDTO
[src]