pub struct AlwaysContinue;Expand description
Always continues.
Trait Implementations§
Source§impl StepContinuePolicy for AlwaysContinue
impl StepContinuePolicy for AlwaysContinue
fn should_continue<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
_plan: &'life1 ExecutionPlan,
_current_step: &'life2 PlanStep,
) -> Pin<Box<dyn Future<Output = Result<bool, AgentError>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
AlwaysContinue: 'async_trait,
Auto Trait Implementations§
impl Freeze for AlwaysContinue
impl RefUnwindSafe for AlwaysContinue
impl Send for AlwaysContinue
impl Sync for AlwaysContinue
impl Unpin for AlwaysContinue
impl UnsafeUnpin for AlwaysContinue
impl UnwindSafe for AlwaysContinue
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