Struct vkrs::auth::AccessTokenLifetime [] [src]

pub struct AccessTokenLifetime { /* fields omitted */ }

Trait Implementations

impl Debug for AccessTokenLifetime
[src]

Formats the value using the given formatter.

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

impl Deserialize for AccessTokenLifetime
[src]

Deserialize this value given this Deserializer.

impl Serialize for AccessTokenLifetime
[src]

Serializes this value into this serializer.

impl FromResponse for AccessTokenLifetime
[src]

Parse a JSON response.

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

impl Lifetime for AccessTokenLifetime
[src]

Returns true if the access token is no longer valid.