Struct config_it::storage::ImportOptions
source · pub struct ImportOptions {
pub merge_onto_cache: bool,
}Fields§
§merge_onto_cache: boolIf set this to true, the imported config will be merged onto existing cache. Usually turning this on is useful to prevent unsaved archive entity from being overwritten.