Struct StoreQueueItemExtendedState
#[repr(transparent)]pub struct StoreQueueItemExtendedState(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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