#[repr(u8)]pub enum ProgressBarState {
Normal = 0,
Error = 1,
Paused = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for ProgressBarState
impl Clone for ProgressBarState
Source§fn clone(&self) -> ProgressBarState
fn clone(&self) -> ProgressBarState
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 ProgressBarState
impl Debug for ProgressBarState
Source§impl PartialEq for ProgressBarState
impl PartialEq for ProgressBarState
impl Copy for ProgressBarState
impl Eq for ProgressBarState
impl StructuralPartialEq for ProgressBarState
Auto Trait Implementations§
impl Freeze for ProgressBarState
impl RefUnwindSafe for ProgressBarState
impl Send for ProgressBarState
impl Sync for ProgressBarState
impl Unpin for ProgressBarState
impl UnwindSafe for ProgressBarState
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