pub struct ToolParallelismLearner { /* private fields */ }Expand description
Learner that discovers tool fan-out groups from run telemetry.
Implementations§
Trait Implementations§
Source§impl Learner for ToolParallelismLearner
impl Learner for ToolParallelismLearner
Auto Trait Implementations§
impl Freeze for ToolParallelismLearner
impl RefUnwindSafe for ToolParallelismLearner
impl Send for ToolParallelismLearner
impl Sync for ToolParallelismLearner
impl Unpin for ToolParallelismLearner
impl UnsafeUnpin for ToolParallelismLearner
impl UnwindSafe for ToolParallelismLearner
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