#[repr(transparent)]pub struct GetEntitlementStatus(pub i32);
Expand description
Required features: ‘ApplicationModel_Store_Preview_InstallControl’
Tuple Fields
0: i32
Implementations
impl GetEntitlementStatus
impl GetEntitlementStatus
pub const Succeeded: Self
pub const NoStoreAccount: Self
pub const NetworkError: Self
pub const ServerError: Self
Trait Implementations
impl Clone for GetEntitlementStatus
impl Clone for GetEntitlementStatus
impl Copy for GetEntitlementStatus
Auto Trait Implementations
impl RefUnwindSafe for GetEntitlementStatus
impl Send for GetEntitlementStatus
impl Sync for GetEntitlementStatus
impl Unpin for GetEntitlementStatus
impl UnwindSafe for GetEntitlementStatus
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