Struct plaid::api::product::info::Info [] [src]

pub struct Info;

The definition of the Info Product.

Trait Implementations

impl Product for Info

type Data = InfoData

fn description<'a>(&self) -> &'a str

fn endpoint<'a, 'b>(&self, payload: &'b Payload) -> &'a str

Derived Implementations

impl Debug for Info

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