pub struct StreamHandlingOutput {
pub content: String,
pub token_count: usize,
pub tool_calls: Vec<ToolCall>,
}Fields§
§content: String§token_count: usize§tool_calls: Vec<ToolCall>Auto Trait Implementations§
impl Freeze for StreamHandlingOutput
impl RefUnwindSafe for StreamHandlingOutput
impl Send for StreamHandlingOutput
impl Sync for StreamHandlingOutput
impl Unpin for StreamHandlingOutput
impl UnsafeUnpin for StreamHandlingOutput
impl UnwindSafe for StreamHandlingOutput
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