pub struct StreamingResponse { /* private fields */ }Expand description
Iterator over streaming response chunks
Implementations§
Auto Trait Implementations§
impl Freeze for StreamingResponse
impl RefUnwindSafe for StreamingResponse
impl Send for StreamingResponse
impl Sync for StreamingResponse
impl Unpin for StreamingResponse
impl UnsafeUnpin for StreamingResponse
impl UnwindSafe for StreamingResponse
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