pub struct LinkTokenCreateRequest<'a> {
Show 23 fields pub client_name: String, pub language: String, pub country_codes: Vec<CountryCode>, pub user: Value, pub products: Vec<Products>, pub additional_consented_products: Vec<Products>, pub webhook: String, pub access_token: String, pub link_customization_name: String, pub redirect_uri: String, pub android_package_name: String, pub institution_data: Value, pub account_filters: Value, pub eu_config: Value, pub institution_id: String, pub payment_initiation: Value, pub deposit_switch: Value, pub income_verification: Value, pub auth: Value, pub transfer: Value, pub update: Value, pub identity_verification: Value, pub user_token: String, /* private fields */
}

Fields

client_name: Stringlanguage: Stringcountry_codes: Vec<CountryCode>user: Valueproducts: Vec<Products>additional_consented_products: Vec<Products>webhook: Stringaccess_token: Stringlink_customization_name: Stringredirect_uri: Stringandroid_package_name: Stringinstitution_data: Valueaccount_filters: Valueeu_config: Valueinstitution_id: Stringpayment_initiation: Valuedeposit_switch: Valueincome_verification: Valueauth: Valuetransfer: Valueupdate: Valueidentity_verification: Valueuser_token: String

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more