Enum parallel_disk_usage::visualizer::bar_alignment::BarAlignment [−][src]
pub enum BarAlignment { Left, Right, }
Expand description
The alignment of the bars.
Variants
Fill the bars from left to right.
Fill the bars from right to left.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BarAlignment
impl Send for BarAlignment
impl Sync for BarAlignment
impl Unpin for BarAlignment
impl UnwindSafe for BarAlignment
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