pub struct CompleteItem<'a> {
pub word: &'a str,
pub kind: &'a str,
pub menu: &'a str,
pub info: &'a str,
}
Fields§
§word: &'a str
§kind: &'a str
§info: &'a str
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CompleteItem<'a>
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§
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