Enum parallel_disk_usage::visualizer::child_position::ChildPosition [−][src]
pub enum ChildPosition { Init, Last, }
Expand description
Whether an item in children
is the last.
Variants
The item is not the last child.
The item is the last child.
Implementations
Deduce a child’s position from its index and the number of children.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ChildPosition
impl Send for ChildPosition
impl Sync for ChildPosition
impl Unpin for ChildPosition
impl UnwindSafe for ChildPosition
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