pub enum TermProgressStatus {
Removed,
Normal,
Paused,
Error,
}Expand description
Reported status along with progress
Variants§
Trait Implementations§
Source§impl Clone for TermProgressStatus
impl Clone for TermProgressStatus
Source§fn clone(&self) -> TermProgressStatus
fn clone(&self) -> TermProgressStatus
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 moreimpl Copy for TermProgressStatus
Auto Trait Implementations§
impl Freeze for TermProgressStatus
impl RefUnwindSafe for TermProgressStatus
impl Send for TermProgressStatus
impl Sync for TermProgressStatus
impl Unpin for TermProgressStatus
impl UnsafeUnpin for TermProgressStatus
impl UnwindSafe for TermProgressStatus
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