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