pub struct UpdateTask;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateTask
impl RefUnwindSafe for UpdateTask
impl Send for UpdateTask
impl Sync for UpdateTask
impl Unpin for UpdateTask
impl UnsafeUnpin for UpdateTask
impl UnwindSafe for UpdateTask
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