pub struct ProgressContext {
pub progress_id: String,
/* private fields */
}
Fields§
§progress_id: String
Implementations§
Source§impl ProgressContext
impl ProgressContext
pub async fn next_cancel_request(&mut self) -> Option<CancelRequest>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressContext
impl RefUnwindSafe for ProgressContext
impl Send for ProgressContext
impl Sync for ProgressContext
impl Unpin for ProgressContext
impl UnwindSafe for ProgressContext
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