struct LineContent {
lines: Vec<Vec<(Rc<Highlight>, Vec<String>)>>,
prompt_offset: usize,
}
Fields§
§lines: Vec<Vec<(Rc<Highlight>, Vec<String>)>>
§prompt_offset: usize
Auto Trait Implementations§
impl Freeze for LineContent
impl RefUnwindSafe for LineContent
impl !Send for LineContent
impl !Sync for LineContent
impl Unpin for LineContent
impl UnwindSafe for LineContent
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