Struct parallel_disk_usage::visualizer::tree::TreeSkeletalComponent [−][src]
pub struct TreeSkeletalComponent {
pub child_position: ChildPosition,
pub direction: Direction,
pub parenthood: Parenthood,
}Expand description
Determine 3 characters to use as skeletal component that connect a node to the rest of the tree.
Fields
child_position: ChildPositionWhether the node is the last child amongst its parent’s children.
direction: DirectionThe direction of the visualization of the tree.
parenthood: ParenthoodWhether the node has children.
Implementations
Determine 3 characters to use as skeletal component that connect a node to the rest of the tree.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TreeSkeletalComponentimpl Send for TreeSkeletalComponentimpl Sync for TreeSkeletalComponentimpl Unpin for TreeSkeletalComponentimpl UnwindSafe for TreeSkeletalComponentBlanket 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