Enum dprint_cli_core::logging::ProgressBarStyle
source · [−]pub enum ProgressBarStyle {
Download,
Action,
}
Variants
Download
Action
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProgressBarStyle
impl Send for ProgressBarStyle
impl Sync for ProgressBarStyle
impl Unpin for ProgressBarStyle
impl UnwindSafe for ProgressBarStyle
Blanket Implementations
Mutably borrows from an owned value. Read more