pub enum ProgressPolicy {
None,
CountOnly,
Detailed,
}Expand description
Progress collection policy.
Variants§
None
Do not collect progress beyond final provider output.
CountOnly
Collect final counts only.
Detailed
Request detailed progress reporting when supported.
Trait Implementations§
Source§impl Clone for ProgressPolicy
impl Clone for ProgressPolicy
Source§fn clone(&self) -> ProgressPolicy
fn clone(&self) -> ProgressPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProgressPolicy
impl Debug for ProgressPolicy
Source§impl PartialEq for ProgressPolicy
impl PartialEq for ProgressPolicy
Source§fn eq(&self, other: &ProgressPolicy) -> bool
fn eq(&self, other: &ProgressPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProgressPolicy
impl Eq for ProgressPolicy
impl StructuralPartialEq for ProgressPolicy
Auto Trait Implementations§
impl Freeze for ProgressPolicy
impl RefUnwindSafe for ProgressPolicy
impl Send for ProgressPolicy
impl Sync for ProgressPolicy
impl Unpin for ProgressPolicy
impl UnsafeUnpin for ProgressPolicy
impl UnwindSafe for ProgressPolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoValueDefault<T> for T
impl<T> IntoValueDefault<T> for T
Source§fn into_value_default(self) -> T
fn into_value_default(self) -> T
Converts this argument into the default value.