pub enum IosUpdatesInstallStatus {
Show 17 variants
SharedDeviceUserLoggedInError,
NotSupportedOperation,
InstallFailed,
InstallPhoneCallInProgress,
InstallInsufficientPower,
InstallInsufficientSpace,
Installing,
DownloadInsufficientNetwork,
DownloadInsufficientPower,
DownloadInsufficientSpace,
DownloadRequiresComputer,
DownloadFailed,
Downloading,
Unknown,
Idle,
Available,
Success,
}
Variants§
NotSupportedOperation
InstallFailed
InstallPhoneCallInProgress
InstallInsufficientPower
InstallInsufficientSpace
Installing
DownloadInsufficientNetwork
DownloadInsufficientPower
DownloadInsufficientSpace
DownloadRequiresComputer
DownloadFailed
Downloading
Unknown
Idle
Available
Success
Trait Implementations§
Source§impl Clone for IosUpdatesInstallStatus
impl Clone for IosUpdatesInstallStatus
Source§fn clone(&self) -> IosUpdatesInstallStatus
fn clone(&self) -> IosUpdatesInstallStatus
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 moreSource§impl Debug for IosUpdatesInstallStatus
impl Debug for IosUpdatesInstallStatus
Source§impl<'de> Deserialize<'de> for IosUpdatesInstallStatus
impl<'de> Deserialize<'de> for IosUpdatesInstallStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for IosUpdatesInstallStatus
impl Hash for IosUpdatesInstallStatus
Source§impl Ord for IosUpdatesInstallStatus
impl Ord for IosUpdatesInstallStatus
Source§fn cmp(&self, other: &IosUpdatesInstallStatus) -> Ordering
fn cmp(&self, other: &IosUpdatesInstallStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IosUpdatesInstallStatus
impl PartialEq for IosUpdatesInstallStatus
Source§impl PartialOrd for IosUpdatesInstallStatus
impl PartialOrd for IosUpdatesInstallStatus
Source§impl Serialize for IosUpdatesInstallStatus
impl Serialize for IosUpdatesInstallStatus
impl Eq for IosUpdatesInstallStatus
impl StructuralPartialEq for IosUpdatesInstallStatus
Auto Trait Implementations§
impl Freeze for IosUpdatesInstallStatus
impl RefUnwindSafe for IosUpdatesInstallStatus
impl Send for IosUpdatesInstallStatus
impl Sync for IosUpdatesInstallStatus
impl Unpin for IosUpdatesInstallStatus
impl UnwindSafe for IosUpdatesInstallStatus
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