Struct rust_tdlib::types::InputCredentialsGooglePay  
source · [−]pub struct InputCredentialsGooglePay { /* private fields */ }Expand description
Applies if a user enters new credentials using Google Pay
Implementations
Trait Implementations
sourceimpl AsRef<InputCredentialsGooglePay> for InputCredentialsGooglePay
 
impl AsRef<InputCredentialsGooglePay> for InputCredentialsGooglePay
sourcefn as_ref(&self) -> &InputCredentialsGooglePay
 
fn as_ref(&self) -> &InputCredentialsGooglePay
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for InputCredentialsGooglePay
 
impl Clone for InputCredentialsGooglePay
sourcefn clone(&self) -> InputCredentialsGooglePay
 
fn clone(&self) -> InputCredentialsGooglePay
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InputCredentialsGooglePay
 
impl Debug for InputCredentialsGooglePay
sourceimpl Default for InputCredentialsGooglePay
 
impl Default for InputCredentialsGooglePay
sourcefn default() -> InputCredentialsGooglePay
 
fn default() -> InputCredentialsGooglePay
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InputCredentialsGooglePay
 
impl<'de> Deserialize<'de> for InputCredentialsGooglePay
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for InputCredentialsGooglePay
 
impl Serialize for InputCredentialsGooglePay
impl TDInputCredentials for InputCredentialsGooglePay
Auto Trait Implementations
impl RefUnwindSafe for InputCredentialsGooglePay
impl Send for InputCredentialsGooglePay
impl Sync for InputCredentialsGooglePay
impl Unpin for InputCredentialsGooglePay
impl UnwindSafe for InputCredentialsGooglePay
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