Struct StoreQueueItemExtendedState
#[repr(transparent)]pub struct StoreQueueItemExtendedState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl StoreQueueItemExtendedState
impl StoreQueueItemExtendedState
pub const ActivePending: Self = _
pub const ActiveStarting: Self = _
pub const ActiveAcquiringLicense: Self = _
pub const ActiveDownloading: Self = _
pub const ActiveRestoringData: Self = _
pub const ActiveInstalling: Self = _
pub const Completed: Self = _
pub const Canceled: Self = _
pub const Paused: Self = _
pub const Error: Self = _
pub const PausedPackagesInUse: Self = _
pub const PausedLowBattery: Self = _
pub const PausedWiFiRecommended: Self = _
pub const PausedWiFiRequired: Self = _
pub const PausedReadyToInstall: Self = _
Trait Implementations§
§impl Clone for StoreQueueItemExtendedState
impl Clone for StoreQueueItemExtendedState
§fn clone(&self) -> StoreQueueItemExtendedState
fn clone(&self) -> StoreQueueItemExtendedState
Returns a copy 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 more§impl Debug for StoreQueueItemExtendedState
impl Debug for StoreQueueItemExtendedState
§impl Default for StoreQueueItemExtendedState
impl Default for StoreQueueItemExtendedState
§fn default() -> StoreQueueItemExtendedState
fn default() -> StoreQueueItemExtendedState
Returns the “default value” for a type. Read more
§impl PartialEq for StoreQueueItemExtendedState
impl PartialEq for StoreQueueItemExtendedState
impl Copy for StoreQueueItemExtendedState
impl Eq for StoreQueueItemExtendedState
impl StructuralPartialEq for StoreQueueItemExtendedState
Auto Trait Implementations§
impl Freeze for StoreQueueItemExtendedState
impl RefUnwindSafe for StoreQueueItemExtendedState
impl Send for StoreQueueItemExtendedState
impl Sync for StoreQueueItemExtendedState
impl Unpin for StoreQueueItemExtendedState
impl UnwindSafe for StoreQueueItemExtendedState
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