pub struct ResponseReader {
pub receiver: UnboundedReceiverStream<Result<StreamChoice, Error>>,
pub message: Message,
pub is_ready: bool,
pub context: bool,
}Fields§
§receiver: UnboundedReceiverStream<Result<StreamChoice, Error>>§message: Message§is_ready: bool§context: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseReader
impl RefUnwindSafe for ResponseReader
impl Send for ResponseReader
impl Sync for ResponseReader
impl Unpin for ResponseReader
impl UnwindSafe for ResponseReader
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