Struct papergrid::Border [−][src]
pub struct Border { /* fields omitted */ }Expand description
Border structure represent all borders of a row
Implementations
empty border returns a border for a row with no frame and no internal separation
The method sets a top border line.
main- is a character which is used for building line.intersection- a character which is used for internal separation on the line.left_intersection- a left border character.right_intersection- a right border character.
The method sets a bottom border line.
main- is a character which is used for building line.intersection- a character which is used for internal separation on the line.left_intersection- a left border character.right_intersection- a right border character.
The method sets an inner row symbols.
intersection- a character which is used for internal separation on the line.left_intersection- a left border character.right_intersection- a right border character.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Border
impl UnwindSafe for Border
Blanket Implementations
Mutably borrows from an owned value. Read more