pub struct InputPaymentCredentialsGooglePay {
pub payment_token: DataJson,
}Expand description
inputPaymentCredentialsGooglePay
Generated from:
inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentialsFields§
§payment_token: DataJsonTrait Implementations§
Source§impl Clone for InputPaymentCredentialsGooglePay
impl Clone for InputPaymentCredentialsGooglePay
Source§fn clone(&self) -> InputPaymentCredentialsGooglePay
fn clone(&self) -> InputPaymentCredentialsGooglePay
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 Deserializable for InputPaymentCredentialsGooglePay
impl Deserializable for InputPaymentCredentialsGooglePay
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<InputPaymentCredentialsGooglePay> for InputPaymentCredentials
impl From<InputPaymentCredentialsGooglePay> for InputPaymentCredentials
Source§fn from(x: InputPaymentCredentialsGooglePay) -> Self
fn from(x: InputPaymentCredentialsGooglePay) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPaymentCredentialsGooglePay
impl Identifiable for InputPaymentCredentialsGooglePay
Source§const CONSTRUCTOR_ID: u32 = 0x8ac32801
const CONSTRUCTOR_ID: u32 = 0x8ac32801
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPaymentCredentialsGooglePay
impl PartialEq for InputPaymentCredentialsGooglePay
Source§fn eq(&self, other: &InputPaymentCredentialsGooglePay) -> bool
fn eq(&self, other: &InputPaymentCredentialsGooglePay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<InputPaymentCredentials> for InputPaymentCredentialsGooglePay
impl TryFrom<InputPaymentCredentials> for InputPaymentCredentialsGooglePay
Source§type Error = InputPaymentCredentials
type Error = InputPaymentCredentials
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputPaymentCredentialsGooglePay
Auto Trait Implementations§
impl Freeze for InputPaymentCredentialsGooglePay
impl RefUnwindSafe for InputPaymentCredentialsGooglePay
impl Send for InputPaymentCredentialsGooglePay
impl Sync for InputPaymentCredentialsGooglePay
impl Unpin for InputPaymentCredentialsGooglePay
impl UnsafeUnpin for InputPaymentCredentialsGooglePay
impl UnwindSafe for InputPaymentCredentialsGooglePay
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