Struct nvim_gtk::plug_manager::ui::SettingsPages
source · [−]struct SettingsPages {
categories: ListBox,
stack: Stack,
content: Box,
rows: Rc<RefCell<Vec<(ListBoxRow, &'static str)>>>,
}Fields
categories: ListBoxstack: Stackcontent: Boxrows: Rc<RefCell<Vec<(ListBoxRow, &'static str)>>>Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SettingsPages
impl !Send for SettingsPages
impl !Sync for SettingsPages
impl Unpin for SettingsPages
impl !UnwindSafe for SettingsPages
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