pub struct BugHuntSafariScenario { /* private fields */ }Expand description
Bug hunt safari demo - agents track down and fix bugs
Implementations§
Trait Implementations§
Source§impl Default for BugHuntSafariScenario
impl Default for BugHuntSafariScenario
Source§impl DemoScenario for BugHuntSafariScenario
impl DemoScenario for BugHuntSafariScenario
Source§fn description(&self) -> &str
fn description(&self) -> &str
Get scenario description
Source§fn total_stages(&self) -> usize
fn total_stages(&self) -> usize
Get total number of stages
Source§fn initialize(&mut self, runner: &mut DemoRunner)
fn initialize(&mut self, runner: &mut DemoRunner)
Initialize the scenario
Source§fn execute_stage(&mut self, stage: usize, runner: &mut DemoRunner) -> bool
fn execute_stage(&mut self, stage: usize, runner: &mut DemoRunner) -> bool
Execute the next stage
Source§fn cleanup(&mut self, runner: &mut DemoRunner)
fn cleanup(&mut self, runner: &mut DemoRunner)
Clean up after completion
Auto Trait Implementations§
impl Freeze for BugHuntSafariScenario
impl RefUnwindSafe for BugHuntSafariScenario
impl Send for BugHuntSafariScenario
impl Sync for BugHuntSafariScenario
impl Unpin for BugHuntSafariScenario
impl UnsafeUnpin for BugHuntSafariScenario
impl UnwindSafe for BugHuntSafariScenario
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
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request