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