pub struct ChatStream { /* private fields */ }Expand description
A streaming chat completion response.
Implementations§
Source§impl ChatStream
impl ChatStream
Auto Trait Implementations§
impl Freeze for ChatStream
impl RefUnwindSafe for ChatStream
impl Send for ChatStream
impl Sync for ChatStream
impl Unpin for ChatStream
impl UnsafeUnpin for ChatStream
impl UnwindSafe for ChatStream
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