#[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 = Self(0i32)
pub const Yes: Self = Self(1i32)
pub const No: Self = Self(2i32)
pub const NotAllowed: Self = Self(3i32)
pub const UserNotSignedIn: Self = Self(4i32)
pub const SpecifiedPaymentMethodIdsNotSupported: Self = Self(5i32)
pub const NoQualifyingCardOnFile: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more