pub struct RetryConfigKey;Expand description
Plugin config key for LlmRetryPolicy in AgentSpec.sections["retry"].
Trait Implementations§
Source§impl PluginConfigKey for RetryConfigKey
impl PluginConfigKey for RetryConfigKey
Auto Trait Implementations§
impl Freeze for RetryConfigKey
impl RefUnwindSafe for RetryConfigKey
impl Send for RetryConfigKey
impl Sync for RetryConfigKey
impl Unpin for RetryConfigKey
impl UnsafeUnpin for RetryConfigKey
impl UnwindSafe for RetryConfigKey
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