Enum parallel_disk_usage::visualizer::parenthood::Parenthood [−][src]
pub enum Parenthood { Childless, Parent, }
Expand description
Whether a node in a tree has children.
Variants
The node has no children.
The node has children.
Implementations
Deduce parenthood from the number of children.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parenthood
impl Send for Parenthood
impl Sync for Parenthood
impl Unpin for Parenthood
impl UnwindSafe for Parenthood
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