pub struct LocalProgressFetcher { /* private fields */ }Implementations§
Source§impl LocalProgressFetcher
impl LocalProgressFetcher
pub fn new(info_handle: InfoHandle, worker_name: String) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalProgressFetcher
impl RefUnwindSafe for LocalProgressFetcher
impl Send for LocalProgressFetcher
impl Sync for LocalProgressFetcher
impl Unpin for LocalProgressFetcher
impl UnwindSafe for LocalProgressFetcher
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