Struct asyncgit::asyncjob::RunParams [−][src]
Expand description
Passed to AsyncJob::run
allowing sending intermediate progress notifications
Implementations
send an intermediate update notification.
do not confuse this with the return value of run
.
send
should only be used about progress notifications
and not for the final notifcation indicating the end of the async job.
see run
for more info
set the current progress
Auto Trait Implementations
impl<T, P> RefUnwindSafe for RunParams<T, P>
impl<T, P> UnwindSafe for RunParams<T, P>
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more