pub struct ResponseReader { /* private fields */ }Expand description
Response reader for non-blocking/streaming response parsing.
This reader maintains state between read calls, allowing you to parse responses byte-by-byte or in chunks.
Implementations§
Source§impl ResponseReader
impl ResponseReader
Trait Implementations§
Source§impl Debug for ResponseReader
impl Debug for ResponseReader
Source§impl Default for ResponseReader
impl Default for ResponseReader
Source§fn default() -> ResponseReader
fn default() -> ResponseReader
Returns the “default value” for a type. Read more
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