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: StringImplementations
sourceimpl<'a> LinkTokenCreateRequest<'a>
 
impl<'a> LinkTokenCreateRequest<'a>
pub async fn send(self) -> Result<LinkTokenCreateResponse>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for LinkTokenCreateRequest<'a>
impl<'a> Send for LinkTokenCreateRequest<'a>
impl<'a> Sync for LinkTokenCreateRequest<'a>
impl<'a> Unpin for LinkTokenCreateRequest<'a>
impl<'a> !UnwindSafe for LinkTokenCreateRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more