Enum pager_rs::StatusBarLayoutItem
source · pub enum StatusBarLayoutItem {
Text(String),
Persentage,
LineCount,
CurrentLine,
Title,
}
Variants§
Trait Implementations§
source§impl Clone for StatusBarLayoutItem
impl Clone for StatusBarLayoutItem
source§fn clone(&self) -> StatusBarLayoutItem
fn clone(&self) -> StatusBarLayoutItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for StatusBarLayoutItem
impl RefUnwindSafe for StatusBarLayoutItem
impl Send for StatusBarLayoutItem
impl Sync for StatusBarLayoutItem
impl Unpin for StatusBarLayoutItem
impl UnwindSafe for StatusBarLayoutItem
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more