pub struct ResponseBody { /* private fields */ }
Trait Implementations§
Source§impl HttpBodyControl for ResponseBody
impl HttpBodyControl for ResponseBody
Source§impl HttpControl for ResponseBody
impl HttpControl for ResponseBody
Source§fn attributes(&self) -> &Attributes
fn attributes(&self) -> &Attributes
Retrieve attributes for the http data
Source§fn end_of_stream(&self) -> bool
fn end_of_stream(&self) -> bool
If
true
, this is the last blockAuto Trait Implementations§
impl Freeze for ResponseBody
impl RefUnwindSafe for ResponseBody
impl Send for ResponseBody
impl Sync for ResponseBody
impl Unpin for ResponseBody
impl UnwindSafe for ResponseBody
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