pub struct LlmCallRunner;Trait Implementations§
Source§impl StepRunner for LlmCallRunner
impl StepRunner for LlmCallRunner
fn kind(&self) -> &'static str
fn required_capabilities(&self) -> Vec<RunnerCapability>
fn run(&self, _ctx: StepContext) -> Result<StepOutput>
Auto Trait Implementations§
impl Freeze for LlmCallRunner
impl RefUnwindSafe for LlmCallRunner
impl Send for LlmCallRunner
impl Sync for LlmCallRunner
impl Unpin for LlmCallRunner
impl UnsafeUnpin for LlmCallRunner
impl UnwindSafe for LlmCallRunner
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