pub enum ProgressBarStyle {
Primary,
Success,
Warning,
Danger,
Secondary,
}Variants§
Trait Implementations§
Source§impl Clone for ProgressBarStyle
impl Clone for ProgressBarStyle
Source§fn clone(&self) -> ProgressBarStyle
fn clone(&self) -> ProgressBarStyle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProgressBarStyle
impl Debug for ProgressBarStyle
Source§impl<'de> Deserialize<'de> for ProgressBarStyle
impl<'de> Deserialize<'de> for ProgressBarStyle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProgressBarStyle
impl PartialEq for ProgressBarStyle
Source§impl Serialize for ProgressBarStyle
impl Serialize for ProgressBarStyle
impl StructuralPartialEq for ProgressBarStyle
Auto Trait Implementations§
impl Freeze for ProgressBarStyle
impl RefUnwindSafe for ProgressBarStyle
impl Send for ProgressBarStyle
impl Sync for ProgressBarStyle
impl Unpin for ProgressBarStyle
impl UnwindSafe for ProgressBarStyle
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