pub struct Config;
Expand description
Standard configuration for Node.js tool
Trait Implementations§
Source§impl StandardToolConfig for Config
Implementation of standard tool configuration for Node.js
impl StandardToolConfig for Config
Implementation of standard tool configuration for Node.js
Source§fn create_install_config(version: &str, install_dir: PathBuf) -> InstallConfig
fn create_install_config(version: &str, install_dir: PathBuf) -> InstallConfig
Create installation configuration for a version
Source§fn get_install_methods() -> Vec<String>
fn get_install_methods() -> Vec<String>
Get available installation methods
Source§fn supports_auto_install() -> bool
fn supports_auto_install() -> bool
Check if the tool supports automatic installation
Source§fn get_manual_instructions() -> String
fn get_manual_instructions() -> String
Get manual installation instructions
Source§fn get_dependencies() -> Vec<ToolDependency>
fn get_dependencies() -> Vec<ToolDependency>
Get tool dependencies
Source§fn get_default_version() -> &'static str
fn get_default_version() -> &'static str
Get default version
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