#[repr(transparent)]pub struct BackgroundTransferStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl BackgroundTransferStatus
impl BackgroundTransferStatus
pub const Idle: Self = _
pub const Running: Self = _
pub const PausedByApplication: Self = _
pub const PausedCostedNetwork: Self = _
pub const PausedNoNetwork: Self = _
pub const Completed: Self = _
pub const Canceled: Self = _
pub const Error: Self = _
pub const PausedRecoverableWebErrorStatus: Self = _
pub const PausedSystemPolicy: Self = _
Trait Implementations§
§impl Clone for BackgroundTransferStatus
impl Clone for BackgroundTransferStatus
§fn clone(&self) -> BackgroundTransferStatus
fn clone(&self) -> BackgroundTransferStatus
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 BackgroundTransferStatus
impl Debug for BackgroundTransferStatus
§impl Default for BackgroundTransferStatus
impl Default for BackgroundTransferStatus
§fn default() -> BackgroundTransferStatus
fn default() -> BackgroundTransferStatus
Returns the “default value” for a type. Read more
§impl PartialEq for BackgroundTransferStatus
impl PartialEq for BackgroundTransferStatus
§fn eq(&self, other: &BackgroundTransferStatus) -> bool
fn eq(&self, other: &BackgroundTransferStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BackgroundTransferStatus
impl Eq for BackgroundTransferStatus
impl StructuralPartialEq for BackgroundTransferStatus
Auto Trait Implementations§
impl Freeze for BackgroundTransferStatus
impl RefUnwindSafe for BackgroundTransferStatus
impl Send for BackgroundTransferStatus
impl Sync for BackgroundTransferStatus
impl Unpin for BackgroundTransferStatus
impl UnwindSafe for BackgroundTransferStatus
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)