pub struct FreshWithFeedback;Expand description
Explicit isolation: a new session and goal-appended feedback after attempt 1.
Trait Implementations§
Source§impl CarryPolicy for FreshWithFeedback
impl CarryPolicy for FreshWithFeedback
fn prepare<'life0, 'async_trait>(
&'life0 self,
context: CarryContext,
) -> Pin<Box<dyn Future<Output = Result<PreparedAttempt>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl Clone for FreshWithFeedback
impl Clone for FreshWithFeedback
impl Copy for FreshWithFeedback
Source§impl Debug for FreshWithFeedback
impl Debug for FreshWithFeedback
Auto Trait Implementations§
impl Freeze for FreshWithFeedback
impl RefUnwindSafe for FreshWithFeedback
impl Send for FreshWithFeedback
impl Sync for FreshWithFeedback
impl Unpin for FreshWithFeedback
impl UnsafeUnpin for FreshWithFeedback
impl UnwindSafe for FreshWithFeedback
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