pub enum ErasureProgress {
InProgress,
Completed,
}Expand description
Erasure progress status.
Variants§
Trait Implementations§
Source§impl Clone for ErasureProgress
impl Clone for ErasureProgress
Source§fn clone(&self) -> ErasureProgress
fn clone(&self) -> ErasureProgress
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 ErasureProgress
impl Debug for ErasureProgress
Source§impl PartialEq for ErasureProgress
impl PartialEq for ErasureProgress
impl Copy for ErasureProgress
impl StructuralPartialEq for ErasureProgress
Auto Trait Implementations§
impl Freeze for ErasureProgress
impl RefUnwindSafe for ErasureProgress
impl Send for ErasureProgress
impl Sync for ErasureProgress
impl Unpin for ErasureProgress
impl UnwindSafe for ErasureProgress
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