#[repr(transparent)]pub struct PaymentCanMakePaymentResultStatus(pub i32);
Expand description
Required features: ‘ApplicationModel_Payments’
Tuple Fields
0: i32
Implementations
impl PaymentCanMakePaymentResultStatus
impl PaymentCanMakePaymentResultStatus
pub const Unknown: Self
pub const Yes: Self
pub const No: Self
pub const NotAllowed: Self
pub const UserNotSignedIn: Self
pub const SpecifiedPaymentMethodIdsNotSupported: Self
pub const NoQualifyingCardOnFile: Self
Trait Implementations
impl Clone for PaymentCanMakePaymentResultStatus
impl Clone for PaymentCanMakePaymentResultStatus
impl Copy for PaymentCanMakePaymentResultStatus
Auto Trait Implementations
impl RefUnwindSafe for PaymentCanMakePaymentResultStatus
impl Send for PaymentCanMakePaymentResultStatus
impl Sync for PaymentCanMakePaymentResultStatus
impl Unpin for PaymentCanMakePaymentResultStatus
impl UnwindSafe for PaymentCanMakePaymentResultStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more