Struct ptree::print_config::IndentChars[][src]

pub struct IndentChars {
    pub down_and_right: String,
    pub down: String,
    pub turn_right: String,
    pub right: String,
    pub empty: String,
}

Set of characters use to draw indentation lines (branches)

Fields

Character for pointing down and right ().

Character for pointing straight down (|).

Character for turning from down to right ().

Character for pointing right ().

Empty character ().

Trait Implementations

impl Clone for IndentChars
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IndentChars
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IndentChars
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for IndentChars
[src]

impl From<StaticIndentChars> for IndentChars
[src]

Performs the conversion.

impl FromStr for IndentChars
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for IndentChars

impl Sync for IndentChars