pub struct Http11ReadChunksOutput {
pub body: Vec<u8>,
pub remaining: Vec<u8>,
}Expand description
Terminal output of Http11ReadChunks.
Fields§
§body: Vec<u8>§remaining: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Http11ReadChunksOutput
impl RefUnwindSafe for Http11ReadChunksOutput
impl Send for Http11ReadChunksOutput
impl Sync for Http11ReadChunksOutput
impl Unpin for Http11ReadChunksOutput
impl UnsafeUnpin for Http11ReadChunksOutput
impl UnwindSafe for Http11ReadChunksOutput
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