pub enum ProgressBarLayout {
AllLeft,
AllRight,
TimerRight,
CounterRight,
PercentageRight,
TimerAndCounterRight,
TimerAndPercentageRight,
CounterAndPercentageRight,
}
Variants§
AllLeft
AllRight
TimerRight
CounterRight
PercentageRight
TimerAndCounterRight
TimerAndPercentageRight
CounterAndPercentageRight
Trait Implementations§
Source§impl Clone for ProgressBarLayout
impl Clone for ProgressBarLayout
Source§fn clone(&self) -> ProgressBarLayout
fn clone(&self) -> ProgressBarLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProgressBarLayout
impl Debug for ProgressBarLayout
impl Copy for ProgressBarLayout
Auto Trait Implementations§
impl Freeze for ProgressBarLayout
impl RefUnwindSafe for ProgressBarLayout
impl Send for ProgressBarLayout
impl Sync for ProgressBarLayout
impl Unpin for ProgressBarLayout
impl UnwindSafe for ProgressBarLayout
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