pub struct InputCredentialsGooglePay { /* private fields */ }
Expand description
Applies if a user enters new credentials using Google Pay
Implementations§
Trait Implementations§
Source§impl AsRef<InputCredentialsGooglePay> for InputCredentialsGooglePay
impl AsRef<InputCredentialsGooglePay> for InputCredentialsGooglePay
Source§fn as_ref(&self) -> &InputCredentialsGooglePay
fn as_ref(&self) -> &InputCredentialsGooglePay
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InputCredentialsGooglePay
impl Clone for InputCredentialsGooglePay
Source§fn clone(&self) -> InputCredentialsGooglePay
fn clone(&self) -> InputCredentialsGooglePay
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputCredentialsGooglePay
impl Debug for InputCredentialsGooglePay
Source§impl Default for InputCredentialsGooglePay
impl Default for InputCredentialsGooglePay
Source§fn default() -> InputCredentialsGooglePay
fn default() -> InputCredentialsGooglePay
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputCredentialsGooglePay
impl<'de> Deserialize<'de> for InputCredentialsGooglePay
Source§fn 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
impl TDInputCredentials for InputCredentialsGooglePay
Auto Trait Implementations§
impl Freeze for InputCredentialsGooglePay
impl RefUnwindSafe for InputCredentialsGooglePay
impl Send for InputCredentialsGooglePay
impl Sync for InputCredentialsGooglePay
impl Unpin for InputCredentialsGooglePay
impl UnwindSafe for InputCredentialsGooglePay
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more