pub struct MockLlmProvider { /* private fields */ }Expand description
Mock LLM provider for testing. Returns the pre-configured response regardless of input.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MockLlmProvider
impl RefUnwindSafe for MockLlmProvider
impl Send for MockLlmProvider
impl Sync for MockLlmProvider
impl Unpin for MockLlmProvider
impl UnsafeUnpin for MockLlmProvider
impl UnwindSafe for MockLlmProvider
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