Trait rust_tdlib::types::TDInputCredentials [−][src]
pub trait TDInputCredentials: Debug + RObject { }
Expand description
Contains information about the payment method chosen by the user
pub trait TDInputCredentials: Debug + RObject { }
Contains information about the payment method chosen by the user
impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a INPUTCREDENTIALS
[src]impl<'a, INPUTCREDENTIALS: TDInputCredentials> TDInputCredentials for &'a mut INPUTCREDENTIALS
[src]