pub struct FileBrowserWidget {
store: TreeStore,
tree: TreeView,
widget: Box,
nvim: Option<Rc<NeovimClient>>,
comps: Components,
state: Rc<RefCell<State>>,
}
Fields§
§store: TreeStore
§tree: TreeView
§widget: Box
§nvim: Option<Rc<NeovimClient>>
§comps: Components
§state: Rc<RefCell<State>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileBrowserWidget
impl !RefUnwindSafe for FileBrowserWidget
impl !Send for FileBrowserWidget
impl !Sync for FileBrowserWidget
impl Unpin for FileBrowserWidget
impl !UnwindSafe for FileBrowserWidget
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