pub enum ProgressStyle {
Block,
Ascii,
Line,
Shaded,
}Expand description
The visual style of the filled/empty bar cells.
Variants§
Trait Implementations§
Source§impl Clone for ProgressStyle
impl Clone for ProgressStyle
Source§fn clone(&self) -> ProgressStyle
fn clone(&self) -> ProgressStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProgressStyle
Source§impl Debug for ProgressStyle
impl Debug for ProgressStyle
Source§impl Default for ProgressStyle
impl Default for ProgressStyle
Source§fn default() -> ProgressStyle
fn default() -> ProgressStyle
Returns the “default value” for a type. Read more
impl Eq for ProgressStyle
Source§impl PartialEq for ProgressStyle
impl PartialEq for ProgressStyle
impl StructuralPartialEq for ProgressStyle
Auto Trait Implementations§
impl Freeze for ProgressStyle
impl RefUnwindSafe for ProgressStyle
impl Send for ProgressStyle
impl Sync for ProgressStyle
impl Unpin for ProgressStyle
impl UnsafeUnpin for ProgressStyle
impl UnwindSafe for ProgressStyle
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