pub enum ProgressVariant {
Default,
Success,
Warning,
Danger,
}Variants§
Trait Implementations§
Source§impl Clone for ProgressVariant
impl Clone for ProgressVariant
Source§fn clone(&self) -> ProgressVariant
fn clone(&self) -> ProgressVariant
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 ProgressVariant
impl Debug for ProgressVariant
Source§impl PartialEq for ProgressVariant
impl PartialEq for ProgressVariant
impl Copy for ProgressVariant
impl StructuralPartialEq for ProgressVariant
Auto Trait Implementations§
impl Freeze for ProgressVariant
impl RefUnwindSafe for ProgressVariant
impl Send for ProgressVariant
impl Sync for ProgressVariant
impl Unpin for ProgressVariant
impl UnwindSafe for ProgressVariant
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