pub enum StyleList {
Off,
On,
Focus,
LeftMarker,
RightMarker,
}Expand description
List drawing directive from tmux style_list.
Variants§
Off
Outside list rendering.
On
Inside the list body.
Focus
Inside the focused list entry.
LeftMarker
Inside the left marker.
RightMarker
Inside the right marker.
Trait Implementations§
impl Copy for StyleList
impl Eq for StyleList
impl StructuralPartialEq for StyleList
Auto Trait Implementations§
impl Freeze for StyleList
impl RefUnwindSafe for StyleList
impl Send for StyleList
impl Sync for StyleList
impl Unpin for StyleList
impl UnsafeUnpin for StyleList
impl UnwindSafe for StyleList
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