pub enum NodeLine {
Blank,
Ancestor,
Parent,
Node,
}
Expand description
A column in the node row.
Variants§
Blank
Blank.
Ancestor
Vertical line indicating an ancestor.
Parent
Vertical line indicating a parent.
Node
The node for this row.
Trait Implementations§
impl Copy for NodeLine
impl Eq for NodeLine
impl StructuralPartialEq for NodeLine
Auto Trait Implementations§
impl Freeze for NodeLine
impl RefUnwindSafe for NodeLine
impl Send for NodeLine
impl Sync for NodeLine
impl Unpin for NodeLine
impl UnwindSafe for NodeLine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more