Struct oma_fetch::FetchProgressBar
source · pub struct FetchProgressBar {
pub mb: Arc<MultiProgress>,
pub global_bar: Option<ProgressBar>,
pub progress: Option<(usize, usize)>,
pub msg: Option<String>,
}Fields§
§mb: Arc<MultiProgress>§global_bar: Option<ProgressBar>§progress: Option<(usize, usize)>§msg: Option<String>Implementations§
Trait Implementations§
source§impl Clone for FetchProgressBar
impl Clone for FetchProgressBar
source§fn clone(&self) -> FetchProgressBar
fn clone(&self) -> FetchProgressBar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for FetchProgressBar
impl Send for FetchProgressBar
impl Sync for FetchProgressBar
impl Unpin for FetchProgressBar
impl UnwindSafe for FetchProgressBar
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