pub struct BackgroundTaskHandle {
pub id: String,
pub command: String,
pub status: BackgroundTaskStatus,
}Fields§
§id: String§command: String§status: BackgroundTaskStatusTrait Implementations§
Source§impl Clone for BackgroundTaskHandle
impl Clone for BackgroundTaskHandle
Source§fn clone(&self) -> BackgroundTaskHandle
fn clone(&self) -> BackgroundTaskHandle
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 moreAuto Trait Implementations§
impl Freeze for BackgroundTaskHandle
impl RefUnwindSafe for BackgroundTaskHandle
impl Send for BackgroundTaskHandle
impl Sync for BackgroundTaskHandle
impl Unpin for BackgroundTaskHandle
impl UnwindSafe for BackgroundTaskHandle
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