Struct nvim_gtk::popup_menu::PopupMenu
source · [−]Fields
popover: Popoveropen: boolstate: Rc<RefCell<State>>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PopupMenu
impl !Send for PopupMenu
impl !Sync for PopupMenu
impl Unpin for PopupMenu
impl !UnwindSafe for PopupMenu
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