Enum thaw::ProgressColor
source · pub enum ProgressColor {
Primary,
Success,
Warning,
Error,
}Variants§
Trait Implementations§
source§impl Clone for ProgressColor
impl Clone for ProgressColor
source§fn clone(&self) -> ProgressColor
fn clone(&self) -> ProgressColor
Returns a copy 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 Default for ProgressColor
impl Default for ProgressColor
source§fn default() -> ProgressColor
fn default() -> ProgressColor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ProgressColor
impl Send for ProgressColor
impl Sync for ProgressColor
impl Unpin for ProgressColor
impl UnwindSafe for ProgressColor
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