pub enum PadLine {
Blank,
Ancestor,
Parent,
}
Expand description
A column in a padding row.
Variants§
Blank
Blank.
Ancestor
Vertical line indicating an ancestor.
Parent
Vertical line indicating a parent.
Trait Implementations§
impl Copy for PadLine
impl Eq for PadLine
impl StructuralPartialEq for PadLine
Auto Trait Implementations§
impl Freeze for PadLine
impl RefUnwindSafe for PadLine
impl Send for PadLine
impl Sync for PadLine
impl Unpin for PadLine
impl UnwindSafe for PadLine
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