Struct omicron_zone_package::progress::NoProgress
source · pub struct NoProgress;Expand description
Implements Progress as a no-op.
Trait Implementations§
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.
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