Enum cargo::util::ProgressStyle
source · pub enum ProgressStyle {
Percentage,
Ratio,
Indeterminate,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ProgressStyle
impl Send for ProgressStyle
impl Sync for ProgressStyle
impl Unpin for ProgressStyle
impl UnwindSafe for ProgressStyle
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Percentage
: 0 bytesRatio
: 0 bytesIndeterminate
: 0 bytes