pub struct ProgramsConfig {
pub path_cargo_programs: Option<String>,
pub path_vscode_extenstions: Option<String>,
pub path_nix: Option<String>,
}
Expand description
Programs configuration
Fields§
§path_cargo_programs: Option<String>
Path to the cargo programs
path_vscode_extenstions: Option<String>
Path to the vscode extensions
path_nix: Option<String>
Path to the nix programs
Trait Implementations§
source§impl Default for ProgramsConfig
impl Default for ProgramsConfig
source§fn default() -> ProgramsConfig
fn default() -> ProgramsConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProgramsConfig
impl<'de> Deserialize<'de> for ProgramsConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProgramsConfig
impl RefUnwindSafe for ProgramsConfig
impl Send for ProgramsConfig
impl Sync for ProgramsConfig
impl Unpin for ProgramsConfig
impl UnwindSafe for ProgramsConfig
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