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