Struct annis::AccessToken[][src]

pub struct AccessToken {
    pub client_id: String,
    pub client_secret: String,
    pub redirect_uri: String,
    pub code: String,
}

A request to get Annict access token.

Fields

Methods

impl AccessToken
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Important traits for &'a mut R

Trait Implementations

impl Debug for AccessToken
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AccessToken
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for AccessToken

impl Sync for AccessToken