struct Components {
dir_list_model: TreeStore,
dir_list: ComboBox,
context_menu: Menu,
show_hidden_checkbox: CheckMenuItem,
cd_action: SimpleAction,
}Fields§
§dir_list_model: TreeStore§dir_list: ComboBox§cd_action: SimpleActionAuto Trait Implementations§
impl Freeze for Components
impl RefUnwindSafe for Components
impl !Send for Components
impl !Sync for Components
impl Unpin for Components
impl UnwindSafe for Components
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