struct SettingsPages {
categories: ListBox,
stack: Stack,
content: Box,
rows: Rc<RefCell<Vec<(ListBoxRow, &'static str)>>>,
}
Fields§
§categories: ListBox
§stack: Stack
§content: Box
§rows: Rc<RefCell<Vec<(ListBoxRow, &'static str)>>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SettingsPages
impl !RefUnwindSafe for SettingsPages
impl !Send for SettingsPages
impl !Sync for SettingsPages
impl Unpin for SettingsPages
impl !UnwindSafe for SettingsPages
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