Struct pager_rs::StatusBar [−][src]
pub struct StatusBar {
pub line_layouts: Vec<StatusBarLayout>,
pub title: String,
pub theme: ContentStyle,
}
Fields
line_layouts: Vec<StatusBarLayout>
title: String
theme: ContentStyle
Implementations
Create a StatusBar
with title and theme.
Get status bar text to be printed on terminal.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StatusBar
impl UnwindSafe for StatusBar
Blanket Implementations
Mutably borrows from an owned value. Read more