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