Enum fractal_dto::TokenTypeDTO [] [src]

pub enum TokenTypeDTO {
    Bearer,
}

Token type data type object (currently only using bearer)

Variants

Trait Implementations

impl Encodable for TokenTypeDTO
[src]

impl Decodable for TokenTypeDTO
[src]

impl Clone for TokenTypeDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TokenTypeDTO
[src]

impl Eq 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 Debug for TokenTypeDTO
[src]

Formats the value using the given formatter.

impl Display for TokenTypeDTO
[src]

Formats the value using the given formatter.

impl DTO for TokenTypeDTO
[src]