pub struct BackgroundTaskHandle { /* private fields */ }Trait Implementations§
Source§impl Clone for BackgroundTaskHandle
impl Clone for BackgroundTaskHandle
Auto Trait Implementations§
impl Freeze for BackgroundTaskHandle
impl RefUnwindSafe for BackgroundTaskHandle
impl Send for BackgroundTaskHandle
impl Sync for BackgroundTaskHandle
impl Unpin for BackgroundTaskHandle
impl UnsafeUnpin 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