Struct inth_oauth2::token::Static [] [src]

pub struct Static;

A static, non-expiring token.

Trait Implementations

impl Serialize for Static
[src]

Serializes this value into this serializer.

impl Deserialize for Static
[src]

Deserialize this value given this Deserializer.

impl Debug for Static
[src]

Formats the value using the given formatter.

impl Clone for Static
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Static
[src]

impl PartialEq for Static
[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 Static
[src]

impl Encodable for Static
[src]

Serialize a value using an Encoder.

impl Decodable for Static
[src]

Deserialize a value using a Decoder.

impl Lifetime for Static
[src]

Returns true if the access token is no longer valid.

impl FromResponse for Static
[src]

Parse a JSON response.

Parse a JSON response, inheriting missing values from the previous instance. Read more