Struct nvim_gtk::cmd_line::LineContent
source · [−]Fields
lines: Vec<Vec<(Rc<Highlight>, Vec<String>)>>prompt_offset: usizeAuto Trait Implementations
impl RefUnwindSafe for LineContent
impl !Send for LineContent
impl !Sync for LineContent
impl Unpin for LineContent
impl UnwindSafe for LineContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more