Struct nvim_gtk::nvim::redraw_handler::CompleteItem
source · [−]pub struct CompleteItem<'a> {
pub word: &'a str,
pub kind: &'a str,
pub menu: &'a str,
pub info: &'a str,
}Fields
word: &'a strkind: &'a strinfo: &'a strImplementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CompleteItem<'a>
impl<'a> Send for CompleteItem<'a>
impl<'a> Sync for CompleteItem<'a>
impl<'a> Unpin for CompleteItem<'a>
impl<'a> UnwindSafe for CompleteItem<'a>
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