Struct nvim_gtk::file_browser::Components
source · [−]struct Components {
dir_list_model: TreeStore,
dir_list: ComboBox,
context_menu: Menu,
show_hidden_checkbox: CheckMenuItem,
cd_action: SimpleAction,
}Fields
dir_list_model: TreeStoredir_list: ComboBoxcd_action: SimpleActionAuto Trait Implementations
impl RefUnwindSafe for Components
impl !Send for Components
impl !Sync for Components
impl Unpin for Components
impl UnwindSafe for Components
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