pub struct InputCredentialsGooglePay {
pub data: String,
}
Expand description
Applies if a user enters new credentials using Google Pay
Fields§
§data: String
JSON-encoded data with the credential identifier
Trait Implementations§
Source§impl Clone for InputCredentialsGooglePay
impl Clone for InputCredentialsGooglePay
Source§fn clone(&self) -> InputCredentialsGooglePay
fn clone(&self) -> InputCredentialsGooglePay
Returns a duplicate 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 StructuralPartialEq 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