Enum pager_rs::StatusBarLayoutItem [−][src]
pub enum StatusBarLayoutItem {
Text(String),
Persentage,
LineCount,
CurrentLine,
Title,
}
Variants
Text(String)
Tuple Fields
0: String
Persentage
LineCount
CurrentLine
Title
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StatusBarLayoutItem
impl Send for StatusBarLayoutItem
impl Sync for StatusBarLayoutItem
impl Unpin for StatusBarLayoutItem
impl UnwindSafe for StatusBarLayoutItem
Blanket Implementations
Mutably borrows from an owned value. Read more