pub struct ProductionCoordinatorConfig {
pub cache_config: CombinedWorkspaceCacheConfig,
pub slo_config: SloConfig,
pub resource_limits: IndexResourceLimits,
}Expand description
Workspace indexing and refactoring orchestration. Configuration for the production index coordinator.
Fields§
§cache_config: CombinedWorkspaceCacheConfigCache configuration
slo_config: SloConfigSLO configuration
resource_limits: IndexResourceLimitsResource limits
Trait Implementations§
Source§impl Clone for ProductionCoordinatorConfig
impl Clone for ProductionCoordinatorConfig
Source§fn clone(&self) -> ProductionCoordinatorConfig
fn clone(&self) -> ProductionCoordinatorConfig
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 ProductionCoordinatorConfig
impl Debug for ProductionCoordinatorConfig
Source§impl Default for ProductionCoordinatorConfig
impl Default for ProductionCoordinatorConfig
Source§fn default() -> ProductionCoordinatorConfig
fn default() -> ProductionCoordinatorConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProductionCoordinatorConfig
impl RefUnwindSafe for ProductionCoordinatorConfig
impl Send for ProductionCoordinatorConfig
impl Sync for ProductionCoordinatorConfig
impl Unpin for ProductionCoordinatorConfig
impl UnsafeUnpin for ProductionCoordinatorConfig
impl UnwindSafe for ProductionCoordinatorConfig
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