struct WorkspaceConfigInput {Show 49 fields
cargo_allTargets: Option<bool>,
cargo_autoreload: Option<bool>,
cargo_buildScripts_enable: Option<bool>,
cargo_buildScripts_invocationStrategy: Option<InvocationStrategy>,
cargo_buildScripts_overrideCommand: Option<Option<Vec<String>>>,
cargo_buildScripts_rebuildOnSave: Option<bool>,
cargo_buildScripts_useRustcWrapper: Option<bool>,
cargo_cfgs: Option<Vec<String>>,
cargo_extraArgs: Option<Vec<String>>,
cargo_extraEnv: Option<FxHashMap<String, Option<String>>>,
cargo_features: Option<CargoFeaturesDef>,
cargo_noDefaultFeatures: Option<bool>,
cargo_noDeps: Option<bool>,
cargo_sysroot: Option<Option<String>>,
cargo_sysrootSrc: Option<Option<String>>,
cargo_target: Option<Option<String>>,
cargo_targetDir: Option<Option<TargetDirectory>>,
cfg_setTest: Option<bool>,
checkOnSave: Option<bool>,
check_allTargets: Option<Option<bool>>,
check_command: Option<String>,
check_extraArgs: Option<Vec<String>>,
check_extraEnv: Option<FxHashMap<String, Option<String>>>,
check_features: Option<Option<CargoFeaturesDef>>,
check_ignore: Option<FxHashSet<String>>,
check_invocationStrategy: Option<InvocationStrategy>,
check_noDefaultFeatures: Option<Option<bool>>,
check_overrideCommand: Option<Option<Vec<String>>>,
check_targets: Option<Option<CheckOnSaveTargets>>,
check_workspace: Option<bool>,
document_symbol_search_excludeLocals: Option<bool>,
procMacro_ignored: Option<FxHashMap<Box<str>, Box<[Box<str>]>>>,
runnables_bench_command: Option<String>,
runnables_bench_overrideCommand: Option<Option<Vec<String>>>,
runnables_command: Option<Option<String>>,
runnables_doctest_overrideCommand: Option<Option<Vec<String>>>,
runnables_extraArgs: Option<Vec<String>>,
runnables_extraTestBinaryArgs: Option<Vec<String>>,
runnables_test_command: Option<String>,
runnables_test_overrideCommand: Option<Option<Vec<String>>>,
rustc_source: Option<Option<String>>,
rustfmt_extraArgs: Option<Vec<String>>,
rustfmt_overrideCommand: Option<Option<Vec<String>>>,
rustfmt_rangeFormatting_enable: Option<bool>,
vfs_extraIncludes: Option<Vec<String>>,
workspace_symbol_search_excludeImports: Option<bool>,
workspace_symbol_search_kind: Option<WorkspaceSymbolSearchKindDef>,
workspace_symbol_search_limit: Option<usize>,
workspace_symbol_search_scope: Option<WorkspaceSymbolSearchScopeDef>,
}Expand description
All fields Option<T>, None representing fields not set in a particular JSON/TOML blob.
Fields§
§cargo_allTargets: Option<bool>§cargo_autoreload: Option<bool>§cargo_buildScripts_enable: Option<bool>§cargo_buildScripts_invocationStrategy: Option<InvocationStrategy>§cargo_buildScripts_overrideCommand: Option<Option<Vec<String>>>§cargo_buildScripts_rebuildOnSave: Option<bool>§cargo_buildScripts_useRustcWrapper: Option<bool>§cargo_cfgs: Option<Vec<String>>§cargo_extraArgs: Option<Vec<String>>§cargo_extraEnv: Option<FxHashMap<String, Option<String>>>§cargo_features: Option<CargoFeaturesDef>§cargo_noDefaultFeatures: Option<bool>§cargo_noDeps: Option<bool>§cargo_sysroot: Option<Option<String>>§cargo_sysrootSrc: Option<Option<String>>§cargo_target: Option<Option<String>>§cargo_targetDir: Option<Option<TargetDirectory>>§cfg_setTest: Option<bool>§checkOnSave: Option<bool>§check_allTargets: Option<Option<bool>>§check_command: Option<String>§check_extraArgs: Option<Vec<String>>§check_extraEnv: Option<FxHashMap<String, Option<String>>>§check_features: Option<Option<CargoFeaturesDef>>§check_ignore: Option<FxHashSet<String>>§check_invocationStrategy: Option<InvocationStrategy>§check_noDefaultFeatures: Option<Option<bool>>§check_overrideCommand: Option<Option<Vec<String>>>§check_targets: Option<Option<CheckOnSaveTargets>>§check_workspace: Option<bool>§document_symbol_search_excludeLocals: Option<bool>§procMacro_ignored: Option<FxHashMap<Box<str>, Box<[Box<str>]>>>§runnables_bench_command: Option<String>§runnables_bench_overrideCommand: Option<Option<Vec<String>>>§runnables_command: Option<Option<String>>§runnables_doctest_overrideCommand: Option<Option<Vec<String>>>§runnables_extraArgs: Option<Vec<String>>§runnables_extraTestBinaryArgs: Option<Vec<String>>§runnables_test_command: Option<String>§runnables_test_overrideCommand: Option<Option<Vec<String>>>§rustc_source: Option<Option<String>>§rustfmt_extraArgs: Option<Vec<String>>§rustfmt_overrideCommand: Option<Option<Vec<String>>>§rustfmt_rangeFormatting_enable: Option<bool>§vfs_extraIncludes: Option<Vec<String>>§workspace_symbol_search_excludeImports: Option<bool>§workspace_symbol_search_kind: Option<WorkspaceSymbolSearchKindDef>§workspace_symbol_search_limit: Option<usize>§workspace_symbol_search_scope: Option<WorkspaceSymbolSearchScopeDef>Implementations§
Source§impl WorkspaceConfigInput
impl WorkspaceConfigInput
const FIELDS: &'static [&'static str]
fn from_json(json: &mut Value, error_sink: &mut Vec<(String, Error)>) -> Self
fn from_toml(toml: &Table, error_sink: &mut Vec<(String, Error)>) -> Self
fn schema_fields( sink: &mut Vec<(&'static str, &'static str, &'static [&'static str], String)>, )
Trait Implementations§
Source§impl Clone for WorkspaceConfigInput
impl Clone for WorkspaceConfigInput
Source§fn clone(&self) -> WorkspaceConfigInput
fn clone(&self) -> WorkspaceConfigInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkspaceConfigInput
impl Debug for WorkspaceConfigInput
Source§impl Default for WorkspaceConfigInput
impl Default for WorkspaceConfigInput
Source§fn default() -> WorkspaceConfigInput
fn default() -> WorkspaceConfigInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WorkspaceConfigInput
impl RefUnwindSafe for WorkspaceConfigInput
impl Send for WorkspaceConfigInput
impl Sync for WorkspaceConfigInput
impl Unpin for WorkspaceConfigInput
impl UnwindSafe for WorkspaceConfigInput
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, R> CollectAndApply<T, R> for T
impl<T, R> CollectAndApply<T, R> for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more