pub struct ProgressReporter { /* private fields */ }Implementations§
Source§impl ProgressReporter
impl ProgressReporter
pub fn new(verbose: bool) -> Self
pub fn start_spinner(&mut self, message: &str)
pub fn finish_spinner(&mut self, message: &str)
pub fn info(&self, message: &str)
pub fn success(&self, message: &str)
pub fn warning(&self, message: &str)
pub fn error(&self, message: &str)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressReporter
impl RefUnwindSafe for ProgressReporter
impl Send for ProgressReporter
impl Sync for ProgressReporter
impl Unpin for ProgressReporter
impl UnwindSafe for ProgressReporter
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