pub struct BuildProgress { /* private fields */ }Implementations§
Source§impl BuildProgress
impl BuildProgress
pub fn new() -> Self
pub fn add_step(&mut self, step: BuildStep)
Sourcepub fn create_progress_bar(&self) -> ProgressBar
pub fn create_progress_bar(&self) -> ProgressBar
Create a progress bar for the build steps.
Trait Implementations§
Source§impl Clone for BuildProgress
impl Clone for BuildProgress
Source§fn clone(&self) -> BuildProgress
fn clone(&self) -> BuildProgress
Returns a duplicate 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 moreSource§impl Debug for BuildProgress
impl Debug for BuildProgress
Auto Trait Implementations§
impl Freeze for BuildProgress
impl RefUnwindSafe for BuildProgress
impl Send for BuildProgress
impl Sync for BuildProgress
impl Unpin for BuildProgress
impl UnsafeUnpin for BuildProgress
impl UnwindSafe for BuildProgress
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