pub enum ProgressBarStyle {
Download,
Action,
}
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 PartialEq for ProgressBarStyle
impl PartialEq for ProgressBarStyle
impl Copy 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