pub enum ImportantLines {
All,
Lines(Vec<usize>, usize),
}
Expand description
A set of important lines to render.
Variants§
Auto Trait Implementations§
impl Freeze for ImportantLines
impl RefUnwindSafe for ImportantLines
impl Send for ImportantLines
impl Sync for ImportantLines
impl Unpin for ImportantLines
impl UnwindSafe for ImportantLines
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