pub struct InputPaymentCredentialsApplePay {
pub payment_data: DataJson,
}Expand description
inputPaymentCredentialsApplePay
Generated from:
inputPaymentCredentialsApplePay#aa1c39f payment_data:DataJSON = InputPaymentCredentialsFields§
§payment_data: DataJsonTrait Implementations§
Source§impl Clone for InputPaymentCredentialsApplePay
impl Clone for InputPaymentCredentialsApplePay
Source§fn clone(&self) -> InputPaymentCredentialsApplePay
fn clone(&self) -> InputPaymentCredentialsApplePay
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 InputPaymentCredentialsApplePay
impl Deserializable for InputPaymentCredentialsApplePay
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<InputPaymentCredentialsApplePay> for InputPaymentCredentials
impl From<InputPaymentCredentialsApplePay> for InputPaymentCredentials
Source§fn from(x: InputPaymentCredentialsApplePay) -> Self
fn from(x: InputPaymentCredentialsApplePay) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPaymentCredentialsApplePay
impl Identifiable for InputPaymentCredentialsApplePay
Source§const CONSTRUCTOR_ID: u32 = 0x0aa1c39f
const CONSTRUCTOR_ID: u32 = 0x0aa1c39f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPaymentCredentialsApplePay
impl PartialEq for InputPaymentCredentialsApplePay
Source§fn eq(&self, other: &InputPaymentCredentialsApplePay) -> bool
fn eq(&self, other: &InputPaymentCredentialsApplePay) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<InputPaymentCredentials> for InputPaymentCredentialsApplePay
impl TryFrom<InputPaymentCredentials> for InputPaymentCredentialsApplePay
Source§type Error = InputPaymentCredentials
type Error = InputPaymentCredentials
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputPaymentCredentialsApplePay
Auto Trait Implementations§
impl Freeze for InputPaymentCredentialsApplePay
impl RefUnwindSafe for InputPaymentCredentialsApplePay
impl Send for InputPaymentCredentialsApplePay
impl Sync for InputPaymentCredentialsApplePay
impl Unpin for InputPaymentCredentialsApplePay
impl UnsafeUnpin for InputPaymentCredentialsApplePay
impl UnwindSafe for InputPaymentCredentialsApplePay
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