Struct tv_cli::table::style::Frame[][src]

pub struct Frame {
    pub has_cover: bool,
    pub border: String,
    pub separator: String,
    pub center: String,
    pub top: String,
    pub left: String,
    pub bottom: String,
    pub right: String,
    pub top_left: String,
    pub top_right: String,
    pub bottom_left: String,
    pub bottom_right: String,
}

Fields

has_cover: boolborder: Stringseparator: Stringcenter: Stringtop: Stringleft: Stringbottom: Stringright: Stringtop_left: Stringtop_right: Stringbottom_left: Stringbottom_right: String

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.