pub struct ProgressContext { /* private fields */ }Expand description
Progress context with safe terminal behavior.
Implementations§
Trait Implementations§
Source§impl Debug for ProgressContext
impl Debug for ProgressContext
Source§impl Drop for ProgressContext
impl Drop for ProgressContext
Auto Trait Implementations§
impl !Freeze for ProgressContext
impl RefUnwindSafe for ProgressContext
impl Send for ProgressContext
impl Sync for ProgressContext
impl Unpin for ProgressContext
impl UnsafeUnpin 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