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