Struct windows_sys::ApplicationModel::Store::FulfillmentResult
[−]#[repr(transparent)]pub struct FulfillmentResult(pub i32);
Expand description
Required features: "ApplicationModel_Store"
Tuple Fields
0: i32
Implementations
impl FulfillmentResult
impl FulfillmentResult
pub const Succeeded: Self = Self(0i32)
pub const NothingToFulfill: Self = Self(1i32)
pub const PurchasePending: Self = Self(2i32)
pub const PurchaseReverted: Self = Self(3i32)
pub const ServerError: Self = Self(4i32)
Trait Implementations
impl Clone for FulfillmentResult
impl Clone for FulfillmentResult
impl Copy for FulfillmentResult
Auto Trait Implementations
impl RefUnwindSafe for FulfillmentResult
impl Send for FulfillmentResult
impl Sync for FulfillmentResult
impl Unpin for FulfillmentResult
impl UnwindSafe for FulfillmentResult
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