Struct nvim_gtk::file_browser::FileBrowserWidget
source · [−]pub struct FileBrowserWidget {
store: TreeStore,
tree: TreeView,
widget: Box,
nvim: Option<Rc<NeovimClient>>,
comps: Components,
state: Rc<RefCell<State>>,
}Fields
store: TreeStoretree: TreeViewwidget: Boxnvim: Option<Rc<NeovimClient>>comps: Componentsstate: Rc<RefCell<State>>Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FileBrowserWidget
impl !Send for FileBrowserWidget
impl !Sync for FileBrowserWidget
impl Unpin for FileBrowserWidget
impl !UnwindSafe for FileBrowserWidget
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