Struct proxy_sdk::ResponseBody
source · 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 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