pub enum ProgressBarKind {
Percent(f64),
Tasks(f64, f64),
None(f64),
}Variants§
Auto Trait Implementations§
impl Freeze for ProgressBarKind
impl RefUnwindSafe for ProgressBarKind
impl Send for ProgressBarKind
impl Sync for ProgressBarKind
impl Unpin for ProgressBarKind
impl UnwindSafe for ProgressBarKind
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