pub struct IssuingCardApplePay {
pub eligible: bool,
pub ineligible_reason: Option<IssuingCardApplePayIneligibleReason>,
}Fields§
§eligible: boolApple Pay Eligibility
ineligible_reason: Option<IssuingCardApplePayIneligibleReason>Reason the card is ineligible for Apple Pay
Trait Implementations§
Source§impl Clone for IssuingCardApplePay
impl Clone for IssuingCardApplePay
Source§fn clone(&self) -> IssuingCardApplePay
fn clone(&self) -> IssuingCardApplePay
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 IssuingCardApplePay
impl Debug for IssuingCardApplePay
Source§impl Deserialize for IssuingCardApplePay
impl Deserialize for IssuingCardApplePay
Source§impl FromValueOpt for IssuingCardApplePay
impl FromValueOpt for IssuingCardApplePay
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingCardApplePay
impl RefUnwindSafe for IssuingCardApplePay
impl Send for IssuingCardApplePay
impl Sync for IssuingCardApplePay
impl Unpin for IssuingCardApplePay
impl UnwindSafe for IssuingCardApplePay
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