☰
Merge
bootstrap
1.75.0-dev
Merge
Required Methods
merge
Implementations on Foreign Types
Option<T>
Implementors
In bootstrap::config
Macros
check_ci_llvm
define_config
Structs
Build
CompilerMetadata
Config
Dist
Install
Llvm
OptimizeVisitor
Rust
RustfmtMetadata
Stage0Config
Stage0Metadata
Target
TargetSelection
TargetSelectionList
TomlConfig
TomlTarget
Enums
DebuginfoLevel
DryRun
LlvmLibunwind
ReplaceOpt
RustOptimize
RustcLto
RustfmtState
SplitDebuginfo
StringOrBool
StringOrInt
Traits
Merge
Functions
format_optimize_error_msg
set
target_selection_list
threads_from_config
?
Trait
bootstrap
::
config
::
Merge
source
·
[
−
]
trait Merge { // Required method fn
merge
(&mut self, other: Self, replace:
ReplaceOpt
); }
Required Methods
§
source
fn
merge
(&mut self, other: Self, replace:
ReplaceOpt
)
Implementations on Foreign Types
§
source
§
impl<T>
Merge
for
Option
<T>
source
§
fn
merge
(&mut self, other: Self, replace:
ReplaceOpt
)
Implementors
§
source
§
impl
Merge
for
Build
source
§
impl
Merge
for
Dist
source
§
impl
Merge
for
Install
source
§
impl
Merge
for
Llvm
source
§
impl
Merge
for
Rust
source
§
impl
Merge
for
TomlConfig
source
§
impl
Merge
for
TomlTarget