Struct plaid::api::user::User [] [src]

pub struct User {
    pub access_token: AccessToken,
}

User

Represents an authorized user for a given product.

Fields

access_token

The access token for this user

Trait Implementations

impl Decodable for User

fn decode<D: Decoder>(decoder: &mut D) -> Result<User, D::Error>

Derived Implementations

impl Debug for User

fn fmt(&self, __arg_0: &mut Formatter) -> Result