Struct nvim_gtk::popup_menu::State [−][src]
Fields
nvim: Option<Rc<NeovimClient>>renderer: CellRendererTexttree: TreeViewscroll: ScrolledWindowcss_provider: CssProviderinfo_label: Labelword_column: TreeViewColumnkind_column: TreeViewColumnpreview: boolImplementations
impl State[src]
pub fn new() -> Self[src]
fn before_show(&mut self, ctx: PopupMenuContext<'_>)[src]
fn limit_column_widths(&self, ctx: &PopupMenuContext<'_>)[src]
fn update_tree(&self, ctx: &PopupMenuContext<'_>)[src]
fn select(&self, selected: i64)[src]
fn show_info_column(&self, selected_path: &TreePath)[src]
fn set_preview(&mut self, preview: bool)[src]
Auto Trait Implementations
impl !RefUnwindSafe for State
impl !Send for State
impl !Sync for State
impl Unpin for State
impl !UnwindSafe for State
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,