#[repr(isize)]pub enum SKDownloadState {
Waiting = 0,
Active = 1,
Paused = 2,
Finished = 3,
Failed = 4,
Cancelled = 5,
}
👎Deprecated: Hosted content is no longer supported
Available on crate feature
SKDownload
only.Expand description
Variants§
Waiting = 0
👎Deprecated: Hosted content is no longer supported
Active = 1
👎Deprecated: Hosted content is no longer supported
Paused = 2
👎Deprecated: Hosted content is no longer supported
Finished = 3
👎Deprecated: Hosted content is no longer supported
Failed = 4
👎Deprecated: Hosted content is no longer supported
Cancelled = 5
👎Deprecated: Hosted content is no longer supported
Trait Implementations§
Source§impl Clone for SKDownloadState
impl Clone for SKDownloadState
Source§fn clone(&self) -> SKDownloadState
fn clone(&self) -> SKDownloadState
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 SKDownloadState
impl Debug for SKDownloadState
Source§impl Encode for SKDownloadState
impl Encode for SKDownloadState
Source§impl Hash for SKDownloadState
impl Hash for SKDownloadState
Source§impl Ord for SKDownloadState
impl Ord for SKDownloadState
Source§fn cmp(&self, other: &SKDownloadState) -> Ordering
fn cmp(&self, other: &SKDownloadState) -> 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 SKDownloadState
impl PartialEq for SKDownloadState
Source§impl PartialOrd for SKDownloadState
impl PartialOrd for SKDownloadState
Source§impl RefEncode for SKDownloadState
impl RefEncode for SKDownloadState
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for SKDownloadState
impl Eq for SKDownloadState
impl StructuralPartialEq for SKDownloadState
Auto Trait Implementations§
impl Freeze for SKDownloadState
impl RefUnwindSafe for SKDownloadState
impl Send for SKDownloadState
impl Sync for SKDownloadState
impl Unpin for SKDownloadState
impl UnwindSafe for SKDownloadState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.