pub struct RunStreamedResult {
pub events: ThreadEventStream,
}Expand description
Result of Thread::run_streamed.
Fields§
§events: ThreadEventStreamEvent stream for the current turn.
Auto Trait Implementations§
impl Freeze for RunStreamedResult
impl !RefUnwindSafe for RunStreamedResult
impl Send for RunStreamedResult
impl !Sync for RunStreamedResult
impl Unpin for RunStreamedResult
impl UnsafeUnpin for RunStreamedResult
impl !UnwindSafe for RunStreamedResult
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