Enum parallel_disk_usage::args::quantity::Quantity [−][src]
pub enum Quantity { ApparentSize, BlockSize, BlockCount, }
Expand description
Quantity to be measured.
Variants
Measure apparent sizes, equivalent to the len method.
Measure block sizes, equivalent to the blksize method (POSIX only).
Count numbers of blocks, equivalent to the blocks method (POSIX only).
Trait Implementations
Names of the variants of this enum
Auto Trait Implementations
impl RefUnwindSafe for Quantity
impl UnwindSafe for Quantity
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f
to self
. Read more
Apply f
to &self
. Read more
Apply f
to &mut self
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait AsRef<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait AsMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more