Struct annis::AuthorizeUrl[][src]

pub struct AuthorizeUrl {
    pub client_id: String,
    pub redirect_uri: String,
    pub scope: String,
}

To make Authorize URL.

Fields

Methods

impl AuthorizeUrl
[src]

Important traits for &'a mut R

Important traits for &'a mut R

Trait Implementations

impl Debug for AuthorizeUrl
[src]

Formats the value using the given formatter. Read more

impl PartialEq for AuthorizeUrl
[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