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 Parenthoodimpl Send for Parenthoodimpl Sync for Parenthoodimpl Unpin for Parenthoodimpl UnwindSafe for ParenthoodBlanket 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