Struct StorePackageUpdateState
#[repr(transparent)]pub struct StorePackageUpdateState(pub i32);Tuple Fields§
§0: i32Implementations§
§impl StorePackageUpdateState
impl StorePackageUpdateState
pub const Pending: Self
pub const Downloading: Self
pub const Deploying: Self
pub const Completed: Self
pub const Canceled: Self
pub const OtherError: Self
pub const ErrorLowBattery: Self
pub const ErrorWiFiRecommended: Self
pub const ErrorWiFiRequired: Self
Trait Implementations§
§impl Clone for StorePackageUpdateState
impl Clone for StorePackageUpdateState
§fn clone(&self) -> StorePackageUpdateState
fn clone(&self) -> StorePackageUpdateState
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 StorePackageUpdateState
impl Debug for StorePackageUpdateState
§impl Default for StorePackageUpdateState
impl Default for StorePackageUpdateState
§fn default() -> StorePackageUpdateState
fn default() -> StorePackageUpdateState
Returns the “default value” for a type. Read more
§impl PartialEq for StorePackageUpdateState
impl PartialEq for StorePackageUpdateState
impl Copy for StorePackageUpdateState
impl Eq for StorePackageUpdateState
impl StructuralPartialEq for StorePackageUpdateState
Auto Trait Implementations§
impl Freeze for StorePackageUpdateState
impl RefUnwindSafe for StorePackageUpdateState
impl Send for StorePackageUpdateState
impl Sync for StorePackageUpdateState
impl Unpin for StorePackageUpdateState
impl UnwindSafe for StorePackageUpdateState
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