pub enum ProgressFinish {
Leave,
Clear,
}Variants§
Trait Implementations§
Source§impl Clone for ProgressFinish
impl Clone for ProgressFinish
Source§fn clone(&self) -> ProgressFinish
fn clone(&self) -> ProgressFinish
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 ProgressFinish
impl Debug for ProgressFinish
Source§impl PartialEq for ProgressFinish
impl PartialEq for ProgressFinish
impl Copy for ProgressFinish
impl Eq for ProgressFinish
impl StructuralPartialEq for ProgressFinish
Auto Trait Implementations§
impl Freeze for ProgressFinish
impl RefUnwindSafe for ProgressFinish
impl Send for ProgressFinish
impl Sync for ProgressFinish
impl Unpin for ProgressFinish
impl UnsafeUnpin for ProgressFinish
impl UnwindSafe for ProgressFinish
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