Struct omicron_zone_package::progress::NoProgress
source · pub struct NoProgress { /* private fields */ }Expand description
Implements Progress as a no-op.
Implementations§
source§impl NoProgress
impl NoProgress
Trait Implementations§
source§impl Default for NoProgress
impl Default for NoProgress
source§impl Progress for NoProgress
impl Progress for NoProgress
source§fn set_message(&self, _msg: Cow<'static, str>)
fn set_message(&self, _msg: Cow<'static, str>)
Updates the message displayed regarding progress constructing
the package.
source§fn increment_total(&self, _delta: u64)
fn increment_total(&self, _delta: u64)
Increments the number of things which need to be completed
source§fn increment_completed(&self, _delta: u64)
fn increment_completed(&self, _delta: u64)
Increments the number of things which have completed.
Auto Trait Implementations§
impl RefUnwindSafe for NoProgress
impl Send for NoProgress
impl Sync for NoProgress
impl Unpin for NoProgress
impl UnwindSafe for NoProgress
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