Struct netget::ProgressBarConfig
source · pub struct ProgressBarConfig {
pub bar: String,
pub message: String,
pub chars: String,
}Expand description
The config for how to style the progress bar Note: if the config is invalid, the bar will use the default style
Fields§
§bar: String§message: String§chars: StringImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProgressBarConfig
impl Send for ProgressBarConfig
impl Sync for ProgressBarConfig
impl Unpin for ProgressBarConfig
impl UnwindSafe for ProgressBarConfig
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