Enum langchain_rust::schemas::llm::LlmResponse
source · pub enum LlmResponse {
Text(String),
Stream(EventSource),
}Variants§
Text(String)
Stream(EventSource)
Auto Trait Implementations§
impl !RefUnwindSafe for LlmResponse
impl Send for LlmResponse
impl !Sync for LlmResponse
impl Unpin for LlmResponse
impl !UnwindSafe for LlmResponse
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