pub struct Config {
pub file_path: String,
pub file_explorer: bool,
pub create_file: bool,
pub delete_file: bool,
pub rename_file: bool,
pub dark: bool,
pub light: bool,
pub new_file_name: String,
pub help: bool,
pub keybinds: bool,
}Fields§
§file_path: String§file_explorer: bool§create_file: bool§delete_file: bool§rename_file: bool§dark: bool§light: bool§new_file_name: String§help: bool§keybinds: boolImplementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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