pub struct CallbackProgressMonitor<'n, W: Work, C: Fn(&W, &W)> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'n, W, C> Debug for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> Debug for CallbackProgressMonitor<'n, W, C>
Source§impl<'n, W, C> ProgressMonitor<W> for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> ProgressMonitor<W> for CallbackProgressMonitor<'n, W, C>
Source§impl<'p, 'n, N, W, A1, A2, C> ProgressMonitorDivision<'p, 'n, N, W, A1, A2> for CallbackProgressMonitor<'n, W, C>
impl<'p, 'n, N, W, A1, A2, C> ProgressMonitorDivision<'p, 'n, N, W, A1, A2> for CallbackProgressMonitor<'n, W, C>
fn new_child( &'p mut self, name: N, parent_work: A1, child_work: A2, ) -> ChildMonitor<'n, 'p, W, Self>
Auto Trait Implementations§
impl<'n, W, C> Freeze for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> RefUnwindSafe for CallbackProgressMonitor<'n, W, C>where
W: RefUnwindSafe,
C: RefUnwindSafe,
impl<'n, W, C> Send for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> Sync for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> Unpin for CallbackProgressMonitor<'n, W, C>
impl<'n, W, C> UnwindSafe for CallbackProgressMonitor<'n, W, C>where
W: UnwindSafe,
C: UnwindSafe,
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