Skip to main content

TDInputCredentials

Trait TDInputCredentials 

Source
pub trait TDInputCredentials: Debug + RObject { }
Expand description

Contains information about the payment method chosen by the user

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a INPUTCREDENTIALS

Source§

impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a mut INPUTCREDENTIALS

Implementors§